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 /debian/control | |
parent | efdc391dc5eaa3052a45a9519c9f61d59e53ab98 (diff) | |
download | debhelper-e52d46fea6805e1c98e36a1952fa50b37cfc9bc9.tar.gz |
d/control: Bump relations on dpkg
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
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), |