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=4158d222d9b8734eb764da70e6b8cac066dc8654 commit 4158d222d9b8734eb764da70e6b8cac066dc8654 Author: Guillem Jover <[email protected]> AuthorDate: Tue Jan 28 23:47:06 2020 +0100 debian: Switch from debian/compat to debhelper-compat in Build-Depends --- debian/changelog | 1 + debian/compat | 1 - debian/control | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1a928e770..8cc434695 100644 --- a/debian/changelog +++ b/debian/changelog @@ -173,6 +173,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium - dselect: Remove methods state files on purge. Spotted by Sven Joachim <[email protected]>. - Switch to debhelper compatibility level 12. + - Switch from debian/compat to debhelper-commpat in Build-Depends. * Test suite: - Remove perlcritic Documentation::RequirePodLinksIncludeText suppression. - Clarify cppcheck va_list_usedBeforeStarted suppression. diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f72f..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 26dcc2fa2..11cb7b9b9 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 (>= 12), + debhelper-compat (= 12), pkg-config, # Needed for ITS support. gettext (>= 0.19.7), -- Dpkg.Org's dpkg

