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=6dc63578c8a7f7fae5968334577140985990317b commit 6dc63578c8a7f7fae5968334577140985990317b (HEAD -> master) Author: Guillem Jover <[email protected]> AuthorDate: Tue Jan 28 23:49:59 2020 +0100 debian: Bump Standards-Version to 4.5.0 (no changes required) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8cc434695..0fc77c96e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -174,6 +174,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium Spotted by Sven Joachim <[email protected]>. - Switch to debhelper compatibility level 12. - Switch from debian/compat to debhelper-commpat in Build-Depends. + - Bump Standards-Version to 4.5.0 (no changes required). * Test suite: - Remove perlcritic Documentation::RequirePodLinksIncludeText suppression. - Clarify cppcheck va_list_usedBeforeStarted suppression. diff --git a/debian/control b/debian/control index 11cb7b9b9..a9782cbb6 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Guillem Jover <[email protected]> Homepage: https://wiki.debian.org/Teams/Dpkg Vcs-Browser: https://git.dpkg.org/cgit/dpkg/dpkg.git Vcs-Git: https://git.dpkg.org/git/dpkg/dpkg.git -Standards-Version: 4.3.0 +Standards-Version: 4.5.0 Rules-Requires-Root: no Build-Depends: debhelper-compat (= 12), -- Dpkg.Org's dpkg

