This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jboss-logging-tools.
commit 33acad76a9d74e7d64492c5ba57b10d1167baf4a Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 21 08:59:35 2016 +0100 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 3 +-- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5c75586..6248f30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jboss-logging-tools (2.0.1-2) UNRELEASED; urgency=medium * Removed the build dependency on libmaven-compiler-plugin-2.5-java * Standards-Version updated to 3.9.8 (no changes) * Use a secure Vcs-Git URL + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 05 Apr 2016 16:07:47 +0200 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 c466c96..a6ffbad 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk, default-jdk-doc, libjboss-jdeparser2-java, diff --git a/debian/rules b/debian/rules index fc6afff..fbb08b1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,7 @@ #!/usr/bin/make -f -export JAVA_HOME=/usr/lib/jvm/default-java %: - dh $@ --parallel --buildsystem=maven + dh $@ get-orig-source: uscan --verbose --download-current-version --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logging-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

