This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven.
commit 5f7e2ebd1f5d93a7011d83460d044d0f5dceedb5 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 21 22:48:45 2013 +0200 Build depend on debhelper >= 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 e7ec09d..098df71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ maven (3.0.5-1) UNRELEASED; urgency=low - Use XZ compression for the upstream tarball - Reworked to pull the sources from the Apache Git repository * debian/watch: Updated to watch the tags on the Github mirror + * Build depend on debhelper >= 9 -- Emmanuel Bourg <[email protected]> Mon, 07 Oct 2013 18:16:18 +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 798a566..19db487 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Build-Depends-Indep: ant-optional, libxmlunit-java, maven-ant-helper, maven-repo-helper -Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk +Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk Standards-Version: 3.9.4 Homepage: http://maven.apache.org/ Vcs-Git: git://anonscm.debian.org/pkg-java/maven.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

