summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog17
-rw-r--r--debian/control2
-rw-r--r--debian/dh-dlopenlibdeps.manpages1
3 files changed, 19 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8993f46..e5a9025 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+package-notes (0.12) unstable; urgency=medium
+
+ [ Luca Boccassi ]
+ * d/control: mark python3 dependency with 'any' as per multiarch hinter
+
+ [ Zbigniew Jędrzejewski-Szmek ]
+ * dlopen-notes: make --raw the default action
+ * dlopen-notes: add short option args and forbid abbrevs
+ * dlopen-notes: generate man page using argparse-manpage
+
+ [ Luca Boccassi ]
+ * manpage: check in git
+ * makefile: install manpage too
+ * debian: install dlopen-notes manpage
+
+ -- Luca Boccassi <bluca@debian.org> Wed, 22 May 2024 15:35:08 +0100
+
package-notes (0.11) unstable; urgency=medium
* d/control: drop 'native' from build dependencies
diff --git a/debian/control b/debian/control
index b10f1ee..a55fd3f 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Enhances: debhelper
Depends: ${misc:Depends},
${perl:Depends},
debhelper,
- python3,
+ python3:any,
python3-pyelftools,
Provides: dh-sequence-dlopenlibdeps,
Description: Debian Helper for parsing dlopen metadata from ELF binaries
diff --git a/debian/dh-dlopenlibdeps.manpages b/debian/dh-dlopenlibdeps.manpages
index 87a4db4..3fb12d3 100644
--- a/debian/dh-dlopenlibdeps.manpages
+++ b/debian/dh-dlopenlibdeps.manpages
@@ -1 +1,2 @@
debian/dh_dlopenlibdeps.1
+usr/share/man/man1/dlopen-notes.1