This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository asm.
commit d1cd49c17ed724b3e626755abaec79279e23626b Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 29 00:25:01 2016 +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 5532de9..15e8348 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ asm (5.1-2) UNRELEASED; urgency=medium * Team upload. * debian/copyright: Credited Eugene Kuleshov * Standards-Version updated to 3.9.8 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Fri, 01 Apr 2016 18:08:33 +0200 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index a323c15..949c00d 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Aditya Vaidya <[email protected]>, Emmanuel Bourg <[email protected]>, Damien Raude-Morvan <[email protected]> -Build-Depends: cdbs, debhelper (>= 9), default-jdk +Build-Depends: cdbs, debhelper (>= 10), default-jdk Build-Depends-Indep: ant, maven-repo-helper Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/asm.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/asm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

