summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-01-30 06:48:10 +0000
committerNiels Thykier <niels@thykier.net>2018-01-30 06:48:10 +0000
commitfb1697a7e3ae34e996b555fd0c41eed6217ead4e (patch)
tree403d7b5a83d8db78009fcd1941ac7db3310b0bc6 /debian/control
parenta15dba1b8f9e17ffc5b31364e12f54d0fd0684e3 (diff)
downloaddebhelper-fb1697a7e3ae34e996b555fd0c41eed6217ead4e.tar.gz
d/control: Bump dependency on dh-autoreconf
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f49f43b0..e8965596 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,10 @@ Package: debhelper
Architecture: all
Depends: autotools-dev,
binutils,
-# Version where dh-autoreconf supports --sourcedirectory. Can be
+# Version 12 is where dh-autoreconf supports --sourcedirectory. Can be
# relaxed if no packages rely on it.
- dh-autoreconf (>= 12~),
+# Version 16 fixes #887482
+ dh-autoreconf (>= 16~),
# Version constraint is to get a version of dh-strip-nondeterminism
# without several bugs. The constraint can be relaxed if an older
# version is sufficient.