diff options
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 17 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/dh-dlopenlibdeps.manpages | 1 |
3 files changed, 19 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1770f60..5f9b820 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-0.0~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: diff --git a/debian/control b/debian/control index 45e4234..c156c51 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,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 |