This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sisu-ioc.
commit 97a23138f42d6e636b0f879b33feb45ee0637b1b Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 6 00:55:23 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 0786317..8eb5c8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ sisu-ioc (2.3.0-10) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.1.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Wed, 06 Sep 2017 00:55:10 +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 130a8c9..085af27 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: junit4, libaopalliance-java, libatinject-jsr330-api-java, diff --git a/debian/rules b/debian/rules index 9867785..be6784d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export JAVA_HOME = /usr/lib/jvm/default-java %: - dh $@ --buildsystem=maven + dh $@ get-orig-source: uscan --download-current-version --force-download --no-symlink -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sisu-ioc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

