This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository xz-java.
commit 16e31d9b2d898e42f98e32f480e7a489325041cb Author: Emmanuel Bourg <[email protected]> Date: Sat Mar 8 21:20:57 2014 +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 712918e..ed34b61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ xz-java (1.5-1) UNRELEASED; urgency=medium * New upstream release * Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Sat, 08 Mar 2014 21:14:01 +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 43cd1fe..23600d6 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Miguel Landaeta <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), default-jdk, javahelper, ant, +Build-Depends: debhelper (>= 9), default-jdk, javahelper, ant, default-jdk-doc, maven-repo-helper Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/xz-java.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/xz-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

