summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-03-29 15:03:11 +0000
committerNiels Thykier <niels@thykier.net>2018-03-29 15:08:34 +0000
commit6fbb11e58b71b0aa07ed287127c53da698770b5f (patch)
treed1fa4b4ade2cee508a4350f3eb47d1a51a47480b /debian/control
parenteba6f8d0c4e7f8a3f582d8b119e57aff188f3200 (diff)
downloaddebhelper-6fbb11e58b71b0aa07ed287127c53da698770b5f.tar.gz
Bump versioned dependency on dh-autoreconf
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index cd33e9aa..159b8ae8 100644
--- a/debian/control
+++ b/debian/control
@@ -16,10 +16,11 @@ Vcs-Browser: https://salsa.debian.org/debian/debhelper
Package: debhelper
Architecture: all
Depends: autotools-dev,
-# Version 12 is where dh-autoreconf supports --sourcedirectory. Can be
-# relaxed if no packages rely on it.
-# Version 16 fixes #887482
- dh-autoreconf (>= 16~),
+# Version 12 is where dh-autoreconf supports --sourcedirectory.
+# Version 16 fixes #887482, version 17 fixes #889567
+# Constraint can be relaxed if packages do not rely/require any of the
+# above fixes
+ dh-autoreconf (>= 17~),
# 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.