diff options
-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], |