summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-05-10 18:30:04 +0000
committerNiels Thykier <niels@thykier.net>2018-05-10 18:30:04 +0000
commit1a486edd36f0bd7a2f97a97b6ca880637e75dda6 (patch)
tree7f85fb84b1ce47d121a97e2ae24b826da114fdd2
parentc39e93012f83e384125a7e6e4913c6ce1c061a34 (diff)
downloaddebhelper-1a486edd36f0bd7a2f97a97b6ca880637e75dda6.tar.gz
d/control: Add dependency on dwz
Signed-off-by: Niels Thykier <niels@thykier.net>
-rw-r--r--debian/changelog1
-rw-r--r--debian/control1
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~).