This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository geronimo-jacc-1.1-spec.
commit 0eea75e1b806b6008eb77239906247c13b05c0e7 Author: Emmanuel Bourg <[email protected]> Date: Mon May 30 11:51:56 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 6686570..f12010f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ geronimo-jacc-1.1-spec (1.0.1-2) UNRELEASED; urgency=medium * Package adopted by the Java Team * Standards-Version updated to 3.9.8 (no changes) * Removed the deprecated DM-Upload-Allowed field + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Mon, 30 May 2016 11:36:48 +0200 diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index 1cbc935..8ab102f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Chris Grzegorczyk <[email protected]>, Graziano Obertelli <[email protected]>, Kyo Lee <[email protected]> -Build-Depends: default-jdk, debhelper (>= 5), maven-debian-helper, libservlet2.5-java, junit +Build-Depends: default-jdk, debhelper (>= 9), maven-debian-helper, libservlet2.5-java, junit Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/geronimo-jacc-1.1-spec.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/geronimo-jacc-1.1-spec.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-jacc-1.1-spec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

