This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 05deb17c83bccf1f25cb04f7a38eb2da0a9f5294 Author: Guillem Jover <[email protected]> Date: Sun Sep 24 17:45:26 2017 +0200 debian: Switch to debhelper compatibility level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7228185..a9dbdbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -124,6 +124,7 @@ dpkg (1.19.0) UNRELEASED; urgency=medium - Set Rules-Requires-Root field to no. - Do not set redundant source compression to xz. - Bump Standards-Version to 4.1.0 (no changes needed). + - Switch to debhelper compatibility level 10. * Test suite: - Enable perlcritic Documentation::RequirePodSections and Miscellanea::ProhibitTies. diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 3697e0a..bb759d5 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Git: https://anonscm.debian.org/git/dpkg/dpkg.git Standards-Version: 4.1.0 Rules-Requires-Root: no Build-Depends: - debhelper (>= 9.20141010), + debhelper (>= 10), pkg-config, # Needed for --add-location. gettext (>= 0.19), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

