diff options
-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~). |