This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jzlib.
commit 67b934fc534e97f5f5a149cde2213e3f07c2d9c1 Author: Emmanuel Bourg <[email protected]> Date: Fri Jan 12 12:43:04 2018 +0100 Switch to debhelper level 10 --- 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 5fc4fee..4ef1712 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jzlib (1.1.3-2) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 4.1.3 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Fri, 12 Jan 2018 10:59:06 +0100 diff --git a/debian/compat b/debian/compat index 7f8f011..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +10 diff --git a/debian/control b/debian/control index 9fc2b89..942fdc4 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <ebourg@apac Standards-Version: 4.1.3 Section: java Priority: optional -Build-Depends: debhelper (>= 7), default-jdk, javahelper, maven-repo-helper (>= 1.6) +Build-Depends: debhelper (>= 10), default-jdk, javahelper, maven-repo-helper (>= 1.6) Homepage: http://www.jcraft.com/jzlib/ Vcs-Git: https://anonscm.debian.org/git/pkg-java/jzlib.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jzlib.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jzlib.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

