This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jdeb.
commit 89f3361fd4f551a6e266553071936ea98aa351b5 Author: Emmanuel Bourg <[email protected]> Date: Tue Jan 10 14:32:36 2017 +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 c330785..23304f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jdeb (1.5-4) UNRELEASED; urgency=medium * Team upload. * Fixed the test failure with BouncyCastle 1.56 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 10 Jan 2017 14:31:38 +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 4052ff9..a2417bf 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Steffen Moeller <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: libmaven-invoker-plugin-java, diff --git a/debian/rules b/debian/rules index 1a93b2d..28a52f3 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export JAVA_HOME = /usr/lib/jvm/default-java %: - dh $@ --buildsystem=maven + dh $@ override_dh_installchangelogs: dh_installchangelogs -- HISTORY.md -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jdeb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

