This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wss4j.
commit cc64d55509e0d21de0d251866716d01ead2d5550 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 25 12:22:34 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 cead01d..f03feee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ wss4j (1.6.12-1) UNRELEASED; urgency=low - Updated Standards-Version to 3.9.4 (no changes) - Removed the deprecated DM-Upload-Allowed flag - Removed the dependency on the JRE for the binary package (not needed) + - Build depend on debhelper >= 9 * Use XZ compression for the upstream tarball * Revamped the build system to use maven-debian-helper * Install the Maven artifacts in /usr/share/maven-repo 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 89d3f52..7cd452e 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends-Indep: default-jdk, libmaven-bundle-plugin-java, libxalan2-java, libxml-security-java -Build-Depends: ant, cdbs (>= 0.4.5.3), debhelper (>= 7), maven-debian-helper +Build-Depends: ant, cdbs (>= 0.4.5.3), debhelper (>= 9), maven-debian-helper Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/wss4j.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/wss4j.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wss4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

