diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d730a1f8..a42b180d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,8 @@ debhelper (11.1.4) UNRELEASED; urgency=medium * Dh_Lib.pm: Rely on DEB_RULRES_REQUIRES_ROOT instead of the field to determine whether or not tools may "root-only" actions (such as chown'ing). + * d/control: Bump dependency on dh-autoreconf to ensure that + packages do not experience #887482. -- Niels Thykier <niels@thykier.net> Sun, 21 Jan 2018 08:18:20 +0000 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. |