This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository hsqldb.
commit 3a13225728b3b6023b7bcad71df1f7a50874fa7d Author: Markus Koschany <[email protected]> Date: Sun Apr 16 15:02:17 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 0cba6f5..bd0adc7 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: ant, - debhelper (>= 9), + debhelper (>= 10), default-jdk, javahelper, libservlet3.1-java, diff --git a/debian/rules b/debian/rules index 9fa9298..607ce85 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java %: - dh $@ --parallel --with javahelper,maven_repo_helper --buildsystem=ant + dh $@ --with javahelper,maven_repo_helper --buildsystem=ant override_dh_auto_build: dh_auto_build -- \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/hsqldb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

