This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-replacer-plugin.
commit cfd09de5bd9be5f45e42669134c4d60dcafcbb48 Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 2 11:09:43 2017 +0200 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 4 +--- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index c40ad78..822bbda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-replacer-plugin (1.5.3-2) UNRELEASED; urgency=medium * Team upload. * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.6 (no changes) + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Sun, 13 Dec 2015 08:47:15 +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 fad3fb5..1f9b1ee 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Timo Aaltonen <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5) +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: ant, libcommons-io-java, diff --git a/debian/rules b/debian/rules index 8dea969..5a6351f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,7 @@ #!/usr/bin/make -f -export JAVA_HOME = /usr/lib/jvm/default-java - %: - dh $@ --buildsystem=maven + dh $@ get-orig-source: uscan --download-current-version --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-replacer-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

