This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-classworlds2.
commit 14b574225c2f3ab1626b899c6b04268a38355860 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 23 00:49:02 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 6a104d1..c241bea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ plexus-classworlds2 (2.4-2) UNRELEASED; urgency=low * Team upload. * debian/control: - Use canonical URLs for the Vcs-* fields + * Build depend on debhelper >= 9 -- Emmanuel Bourg <[email protected]> Wed, 23 Oct 2013 00:42:07 +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 7760c0d..c5912ad 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Ludovic Claude <[email protected]>, Damien Raude-Morvan <[email protected]> Build-Depends: ant-optional, - debhelper (>= 7), + debhelper (>= 9), default-jdk, maven-ant-helper (>> 6.7), maven-repo-helper (>= 1.5~) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-classworlds2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

