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=df3e0a9a310a1a5943735d67dbadcc4fbc523687 commit df3e0a9a310a1a5943735d67dbadcc4fbc523687 Author: Guillem Jover <[email protected]> AuthorDate: Tue Jan 28 23:45:17 2020 +0100 debian: Switch to debhelper compatibility level 12 --- 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 28410d175..1a928e770 100644 --- a/debian/changelog +++ b/debian/changelog @@ -172,6 +172,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium Thanks to Dan Streetman <[email protected]>. Closes: #939516 - dselect: Remove methods state files on purge. Spotted by Sven Joachim <[email protected]>. + - Switch to debhelper compatibility level 12. * Test suite: - Remove perlcritic Documentation::RequirePodLinksIncludeText suppression. - Clarify cppcheck va_list_usedBeforeStarted suppression. diff --git a/debian/compat b/debian/compat index b4de39476..48082f72f 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +12 diff --git a/debian/control b/debian/control index d0333d8ea..26dcc2fa2 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Vcs-Git: https://git.dpkg.org/git/dpkg/dpkg.git Standards-Version: 4.3.0 Rules-Requires-Root: no Build-Depends: - debhelper (>= 11), + debhelper (>= 12), pkg-config, # Needed for ITS support. gettext (>= 0.19.7), -- Dpkg.Org's dpkg

