From 00acc47deb45f508b46c71e005272b342d5ff4ae Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 4 Apr 2018 20:18:37 +0200 Subject: Lower the version restrictions on dpkg and dpkg-dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- debian/control | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'debian/control') 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 Uploaders: Niels Thykier , -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~). -- cgit v1.2.3