This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jflex.
commit eea200c7ba27d5f104419b62e8d6653c918d534a Author: Markus Koschany <[email protected]> Date: Tue Feb 13 22:22:11 2018 +0100 Use compat level 11. --- 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..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index aac33e0..9cd6ae3 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Build-Depends: ant, cup, - debhelper (>= 9), + debhelper (>= 11), default-jdk, jflex (>= 1.6.1), junit, diff --git a/debian/rules b/debian/rules index 81ff589..11fb19e 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export JAVA_HOME := /usr/lib/jvm/default-java %: - dh $@ --parallel --with maven_repo_helper + dh $@ --with maven_repo_helper override_dh_auto_build: mkdir -p build/generated-sources/jflex -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jflex.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

