This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository debsums.
commit 6e3da16e6d7a4e519d0cd1f6bb6b5a0c1b7d2880 Author: Axel Beckert <[email protected]> Date: Wed Jan 3 15:28:20 2018 +0100 Stay with compat level 10 until stable supports higher levels w/o bpo Document this as a comment in debian/control and debian/compat. The comment in debian/control needs to be on a separate line as a hashmark behind a dependency (and on the same line) is parsed as another dependency and not as comment. The comment in debian/compat needs to come below the compat level as debhelper always reads only the first line of debian/compat. The hash marks in there are probably irrelevant because of that, but makes clear that the second and following lines are comments. --- debian/changelog | 3 +++ debian/compat | 2 ++ debian/control | 3 +++ 3 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index dfefa3e..db01801 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ debsums (2.2.3) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.1.3. (No changes needed.) * Bump debhelper compatibility level to 10. + Update versioned debhelper build-dependency accordingly. + + Stay with compat level 10 until the current stable release supports + higher levels without backports. Document that in debian/compat + and debian/control with comments. * Update .gitignore to cover all current build artefacts. -- Axel Beckert <[email protected]> Sun, 07 May 2017 21:12:53 +0200 diff --git a/debian/compat b/debian/compat index f599e28..541c123 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1,3 @@ 10 +# Needs to stay on a compat level which is supported in stable, +# i.e. 10 for stretch (and probably 11 for buster) diff --git a/debian/control b/debian/control index fec65df..415e6af 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,9 @@ Uploaders: Anders Kaseorg <[email protected]>, Axel Beckert <[email protected]> Section: admin Priority: optional +### The used debhelper build-dependency (and the debhelper compatibility +### level) of debsums needs to be supported in stable without backports, +### i.e. 10 for stretch (and probably 11 for buster) Build-Depends: debhelper (>= 10), libfile-fnmatch-perl, libtest-command-simple-perl, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
