This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=6d9fe11593655908c74098ed9a2f99cebf57740c commit 6d9fe11593655908c74098ed9a2f99cebf57740c (HEAD -> master) Author: Guillem Jover <[email protected]> AuthorDate: Mon Oct 8 13:06:04 2018 +0200 debian: Switch to debhelper compatibility level 11 --- 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 1636f0012..ca7b1f896 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ dpkg (1.19.3) UNRELEASED; urgency=medium * Packaging: - Bump Standards-Version to 4.2.1 (no changes needed). + - Switch to debhelper compatibility level 11. -- Guillem Jover <[email protected]> Mon, 08 Oct 2018 12:45:07 +0200 diff --git a/debian/compat b/debian/compat index f599e28b8..b4de39476 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 04c3eac9c..1d7e33a2e 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Git: https://git.dpkg.org/git/dpkg/dpkg.git Standards-Version: 4.2.1 Rules-Requires-Root: no Build-Depends: - debhelper (>= 10), + debhelper (>= 11), pkg-config, # Needed for ITS support. gettext (>= 0.19.7), -- Dpkg.Org's dpkg

