This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wsdl4j.
commit 6bf7df926a64e3a9c7905345612a114147ecf7b5 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 4 23:33:14 2016 +0100 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a8695ac..796db06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ wsdl4j (1.6.3-4) UNRELEASED; urgency=medium * Team upload. * Moved the package to Git + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Fri, 04 Nov 2016 23:29:48 +0100 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index f73bb86..41b9c12 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Uploaders: Jakub Adam <[email protected]> Build-Depends: bnd, - debhelper (>= 9), + debhelper (>= 10), ant, default-jdk, javahelper, diff --git a/debian/rules b/debian/rules index df8a51e..5b17cfe 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java %: - dh $@ --parallel --with javahelper,maven_repo_helper --buildsystem=ant + dh $@ --with javahelper,maven_repo_helper --buildsystem=ant override_dh_auto_build: dh_auto_build -- compile javadocs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wsdl4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

