diff options
author | Guillem Jover <guillem@debian.org> | 2015-03-27 23:00:01 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2015-04-18 18:55:17 +0200 |
commit | d37c3c8c93f6f9345dac4cb08014e23f8bdd9a13 (patch) | |
tree | 5e6b142e6740dc5ef202b891c4b090b7d3dd0c0b | |
parent | 8dfc4cd2e65b359e9e408d26b218add28d406f47 (diff) | |
download | dpkg-d37c3c8c93f6f9345dac4cb08014e23f8bdd9a13.tar.gz |
debian: Switch to debhelper compatibility level 9
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9c0e3b8ae..704dd148c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -82,6 +82,7 @@ dpkg (1.18.0) UNRELEASED; urgency=low * Packaging: - Remove old trigger related Breaks and Conflicts from dpkg. - Only use stackprotectorstrong when building dpkg with gcc >= 4.9. + - Switch to debhelper compatibility level 9. * Documentation: - Document arch-qualifiers for dependency fields in deb-control(5) and deb-src-control(5). Reported by Johannes Schauer <j.schauer@email.de>. diff --git a/debian/compat b/debian/compat index 7f8f011eb..ec635144f 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index d8b23ac8e..7edf63b3c 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: https://wiki.debian.org/Teams/Dpkg Vcs-Browser: https://anonscm.debian.org/cgit/dpkg/dpkg.git Vcs-Git: git://anonscm.debian.org/dpkg/dpkg.git Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 7), pkg-config, flex, +Build-Depends: debhelper (>= 9), pkg-config, flex, gettext (>= 0.19), po4a (>= 0.41), zlib1g-dev, libbz2-dev, liblzma-dev, libselinux1-dev (>= 1.28-4) [linux-any], |