This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-shared-jar.
commit b1bdf5649efa6f295410e079bbaaeaeaf376ca5b Author: Emmanuel Bourg <[email protected]> Date: Fri Apr 25 08:58:56 2014 +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 c8201f6..7fc370f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ maven-shared-jar (1.1-2) UNRELEASED; urgency=medium * debian/control: - Standards-Version updated to 3.9.5 (no changes) * Use XZ compression for the upstream tarball + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Fri, 25 Apr 2014 08:56:29 +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 58cb318..d0c1004 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) +Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libmaven-javadoc-plugin-java, libplexus-maven-plugin-java, libbcel-java, libcommons-collections3-java, libmaven2-core-java, libplexus-digest-java, default-jdk-doc, libbcel-java-doc, libmaven2-core-java-doc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-shared-jar.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

