This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-vfs.
commit f07bd9bd9b388d9010d8ea20fb6a1f03403bd84f Author: Emmanuel Bourg <[email protected]> Date: Fri Mar 9 10:51:19 2018 +0100 Switch to debhelper level 11 --- 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 199409d..6ca0088 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ commons-vfs (2.1-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.1.3 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Fri, 09 Mar 2018 10:51:08 +0100 diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 5681b3e..0377c34 100644 --- a/debian/control +++ b/debian/control @@ -21,7 +21,7 @@ Build-Depends-Indep: ant-doc, libmaven-antrun-plugin-java, libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java -Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0.2~) +Build-Depends: debhelper (>= 11), default-jdk, maven-debian-helper (>= 2.0.2~) Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-vfs.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-vfs.git 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/commons-vfs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

