diff options
author | Niels Thykier <niels@thykier.net> | 2017-10-22 08:50:00 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-10-22 08:50:00 +0000 |
commit | e52d46fea6805e1c98e36a1952fa50b37cfc9bc9 (patch) | |
tree | 0a55feabccd38c17f0d6636d82e8df6c29ff5dce | |
parent | efdc391dc5eaa3052a45a9519c9f61d59e53ab98 (diff) | |
download | debhelper-e52d46fea6805e1c98e36a1952fa50b37cfc9bc9.tar.gz |
d/control: Bump relations on dpkg
Signed-off-by: Niels Thykier <niels@thykier.net>
-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 27893a7d..b8866a67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ debhelper (10.11) UNRELEASED; urgency=medium * dh_testroot: Temporarily cope with being run outside a source root. (Closes: #879478) * dh_testroot: Update manpage to mention its new scope. + * d/control: Bump (build-)dependency on dpkg to 1.19.0.3~. That + was technically necessary already in the previous upload. -- Niels Thykier <niels@thykier.net> Sun, 22 Oct 2017 08:04:11 +0000 diff --git a/debian/control b/debian/control index 92dc93bd..e7b39a4d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: Debhelper Maintainers <debhelper-devel@lists.alioth.debian.org> Uploaders: Niels Thykier <niels@thykier.net>, Bernhard R. Link <brlink@debian.org> -Build-Depends: dpkg-dev (>= 1.19.0.3~), +Build-Depends: dpkg (>= 1.19.0.3~), + dpkg-dev (>= 1.19.0.3~), perl:any, po4a (>= 0.24) Rules-Requires-Root: no @@ -19,7 +20,7 @@ Depends: autotools-dev, binutils, dh-autoreconf (>= 12~), dh-strip-nondeterminism (>= 0.028~), - dpkg (>= 1.16.2), + dpkg (>= 1.19.0.3~), dpkg-dev (>= 1.19.0.3~), file (>= 3.23), libdpkg-perl (>= 1.17.14), |