diff options
author | Brendan O'Dea <bod@debian.org> | 2021-04-11 13:28:56 +1000 |
---|---|---|
committer | Brendan O'Dea <bod@debian.org> | 2021-08-08 14:42:31 +1000 |
commit | 06b1a7db37971549e2ecf00c887efebe1f35c7c6 (patch) | |
tree | 9ff20a5c912e95fb8255b53eedb759090b6a3059 | |
parent | 2eed7199372ab4ea7734883716747ca5356a07ba (diff) | |
download | help2man-06b1a7db37971549e2ecf00c887efebe1f35c7c6.tar.gz |
Drop dependency on dpkg/install-info
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 39a4621..ec010fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +help2man (1.48.4) unstable; urgency=medium + + * Drop dependency on dpkg/install-info (not required since policy + 3.9.5.0). + + -- Brendan O'Dea <bod@debian.org> Sun, 11 Apr 2021 13:28:56 +1000 + help2man (1.48.3) unstable; urgency=medium * Don't translate @documentencoding. diff --git a/debian/control b/debian/control index b56aec0..aed37d9 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Git: https://salsa.debian.org/bod/help2man.git Package: help2man Architecture: any Multi-Arch: foreign -Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, liblocale-gettext-perl, dpkg (>= 1.15.4) | install-info +Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, liblocale-gettext-perl Description: Automatic manpage generator Program to create simple man pages from the --help and --version output of other programs. |