This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jsemver.
commit c9811685568bb02c9cb952a28226b5076cb64099 Author: Markus Koschany <[email protected]> Date: Mon Jan 23 19:52:53 2017 +0100 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) 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 c0d79e2..53fdde7 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), default-jdk, default-jdk-doc, junit4, diff --git a/debian/rules b/debian/rules index fc6afff..fbb08b1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,7 @@ #!/usr/bin/make -f -export JAVA_HOME=/usr/lib/jvm/default-java %: - dh $@ --parallel --buildsystem=maven + dh $@ get-orig-source: uscan --verbose --download-current-version --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsemver.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

