summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2018-04-04 20:18:37 +0200
committerMattia Rizzolo <mattia@debian.org>2018-04-04 20:19:52 +0200
commit00acc47deb45f508b46c71e005272b342d5ff4ae (patch)
tree36b73919bdb56adbbf7c48d008a9ea10e3b3ac4b /debian/control
parent41a22f56335382a6711c5b1b6362fc5f84be6f77 (diff)
downloaddebhelper-00acc47deb45f508b46c71e005272b342d5ff4ae.tar.gz
Lower the version restrictions on dpkg and dpkg-dev
They are not needed anymore, as R³ support is not implied anymore, but requires an environment variable to be passed. Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 159b8ae8..3c9f6977 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: devel
Priority: optional
Maintainer: Debhelper Maintainers <debhelper@packages.debian.org>
Uploaders: Niels Thykier <niels@thykier.net>,
-Build-Depends: dpkg (>= 1.19.0.5~),
- dpkg-dev (>= 1.19.0.5~),
+Build-Depends: dpkg-dev (>= 1.18.0~),
perl:any,
po4a,
Rules-Requires-Root: no
@@ -25,9 +24,9 @@ Depends: autotools-dev,
# without several bugs. The constraint can be relaxed if an older
# version is sufficient.
dh-strip-nondeterminism (>= 0.028~),
-# Rules-Requires-Root support. Otherwise it stops at 1.18.0/1.18.2 for dbgsym support.
- dpkg (>= 1.19.0.5~),
- dpkg-dev (>= 1.19.0.5~),
+# dbgsym support landed in 1.18.0, 1.18.2 fixes a related nasty bug.
+ dpkg (>= 1.18.0~),
+ dpkg-dev (>= 1.18.2~),
file (>= 3.23),
libdpkg-perl (>= 1.17.14),
# makefile.pm uses -O which according to #768791 requires make (>= 4~).