This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sisu-ioc.
commit db44be89bc141174c5b45d014f799c6c063f0d4f Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 21 11:28:03 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 d98446a..12fc9aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ sisu-ioc (2.3.0-4) UNRELEASED; urgency=low * debian/copyright: Merged the duplicate Copyright fields * Updated the override for the Lintian codeless-jar warning * Removed the now unnecessary patch testng_classifier.diff + * Build depend on debhelper >= 9 [ Eugene Zhukov ] * Fix testng version handling in d/maven.rules 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 78861f9..666e8f0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper (>= 1.4) +Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: default-jdk-doc, junit4, junit4-doc, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sisu-ioc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

