This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-stapler-plugin.
commit 2e2433d12c53044b9e12c7aaae0546ace495fe98 Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 6 17:42:31 2013 +0100 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 ef5b7a5..0e42483 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ maven-stapler-plugin (1.16-5) UNRELEASED; urgency=low - Updated Standards-Version to 3.9.5 (no changes) - Removed the deprecated DM-Upload-Allowed field * Marked the Java 7 compatibility patch as forwarded upstream + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Wed, 06 Nov 2013 17:34:05 +0100 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 aba7a78..31d048a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: James Page <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper +Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, libdom4j-java, libjaxen-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-stapler-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

