This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jarjar-maven-plugin.
commit 0d1d9f0e22e15bc604aac9cc113ea3c9cb697032 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 2 15:36:35 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 dcb206d..fd85070 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jarjar-maven-plugin (1.9-6) UNRELEASED; urgency=medium * Team upload. * Enabled the unit tests * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Wed, 02 Aug 2017 15:36:07 +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 e705a1c..d844d5b 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]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0), ant +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.0), ant Build-Depends-Indep: junit4, libasm-java (>= 5.0), libmaven-common-artifact-filters-java, diff --git a/debian/rules b/debian/rules index 9e49cc3..1a38d46 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven + dh $@ get-orig-source: uscan --download-current-version --force-download --rename --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jarjar-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

