This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository freehep-chartableconverter-plugin.
commit cb4aa13f748d81e6ff54622b82a92c04103e6857 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 31 21:57:11 2017 +0200 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 7fbeaed..211efb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ freehep-chartableconverter-plugin (2.0-9) UNRELEASED; urgency=medium [ Emmanuel Bourg ] * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- tony mancill <[email protected]> Sat, 22 Apr 2017 21:20:37 -0700 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 a5720d9..fef9fd0 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Giovanni Mascellani <[email protected]>, Philipp Huebner <[email protected]> -Build-Depends: debhelper (>= 9), maven-debian-helper, default-jdk +Build-Depends: debhelper (>= 10), maven-debian-helper, default-jdk Build-Depends-Indep: libplexus-compiler-java, libmaven-plugin-tools-java Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-chartableconverter-plugin.git diff --git a/debian/rules b/debian/rules index 6d7053b..97fb282 100755 --- a/debian/rules +++ b/debian/rules @@ -7,4 +7,4 @@ JAVA_HOME := /usr/lib/jvm/default-java %: - dh $@ --buildsystem=maven + dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freehep/freehep-chartableconverter-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

