diff options
author | Niels Thykier <niels@thykier.net> | 2018-05-10 18:30:04 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-05-10 18:30:04 +0000 |
commit | 1a486edd36f0bd7a2f97a97b6ca880637e75dda6 (patch) | |
tree | 7f85fb84b1ce47d121a97e2ae24b826da114fdd2 | |
parent | c39e93012f83e384125a7e6e4913c6ce1c061a34 (diff) | |
download | debhelper-1a486edd36f0bd7a2f97a97b6ca880637e75dda6.tar.gz |
d/control: Add dependency on dwz
Signed-off-by: Niels Thykier <niels@thykier.net>
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c5de93b2..5aa2c0d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ debhelper (11.3) UNRELEASED; urgency=medium dh_installman recompresses a manpage that was compressed and had a valid symlink to it. Thanks to Andreas Hasenack for reporting the bug. (Closes: LP: #1765851) + * debian/control: Depend on dwz for dh_dwz. [ Dmitry Shachnev ] * qmake.pm: Use ${DEB_HOST_GNU_TYPE}-qmake wrapper for diff --git a/debian/control b/debian/control index a5704dac..8848f016 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Depends: autotools-dev, # dbgsym support landed in 1.18.0, 1.18.2 fixes a related nasty bug. dpkg (>= 1.18.0~), dpkg-dev (>= 1.18.2~), + dwz, file (>= 3.23), libdpkg-perl (>= 1.17.14), # makefile.pm uses -O which according to #768791 requires make (>= 4~). |