This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jnr-constants.
commit 205ce0d2ab0411f5ddfeca6916ac158e283ebb4c Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 7 13:23:41 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 1d804cd..82b76bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jnr-constants (0.8.6-8) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.8 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 07 Nov 2016 13:23:06 +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 8f21346..72d5291 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: tony mancill <[email protected]>, Tim Potter <[email protected]>, Jakub Adam <[email protected]> Build-Depends: - debhelper (>= 9~), + debhelper (>= 10), maven-debian-helper, javahelper, junit4, diff --git a/debian/rules b/debian/rules index 4ec6305..c2e822a 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8 %: - dh $@ --buildsystem=maven --with javahelper + dh $@ --with javahelper JAR=debian/libjnr-constants-java/usr/share/java/jnr-constants.jar override_jh_manifest: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-constants.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

