This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jasmin-sable.
commit f0dc0a2fdae9a50453c65b963ece64838ade80dd Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 29 19:07:05 2016 +0200 Switch to debhelper level 9 --- 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 98fa7cc..c6d4064 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ jasmin-sable (2.5.0-1) UNRELEASED; urgency=medium - Install jasmin-sable-$(VERSION).jar in /usr/share/java * Standards-Version updated to 3.9.7 (no changes) * Use a secure Vcs-Git URL + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 29 Mar 2016 17:19:48 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index d813faf..a603d62 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), quilt, ant +Build-Depends: debhelper (>= 9), quilt, ant Build-Depends-Indep: cup (>= 0.11a+20060608), default-jdk Standards-Version: 3.9.7 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jasmin-sable.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasmin-sable.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

