This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository joda-convert.
commit e1898bbb9ac85addd808543fe2ac5adb4599bc7b Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 19:20:32 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 1ad9e25..d12a6e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ joda-convert (1.8.1-2) UNRELEASED; urgency=medium * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 27 Jun 2017 19:20:23 +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 710f574..c057e5f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[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: libmaven-javadoc-plugin-java, libmaven-bundle-plugin-java, default-jdk-doc, junit Standards-Version: 4.0.0 Vcs-Git: git://anonscm.debian.org/pkg-java/joda-convert.git diff --git a/debian/rules b/debian/rules index f39cf2f..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/joda-convert.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

