This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libhtml5parser-java.
commit c4f3799f70c765d8ba4a0db77575368401c2c18b Author: Markus Koschany <[email protected]> Date: Sat Jun 24 19:32:26 2017 +0200 Switch to compat level 10. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 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 4dc47b3..787e0d2 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, libxom-java, diff --git a/debian/rules b/debian/rules index fc6afff..7041bff 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java %: - dh $@ --parallel --buildsystem=maven + dh $@ --buildsystem=maven 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/libhtml5parser-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

