This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository syncany.
commit a1608f3467a0868daa7c161c360090a95ee6ef6d Author: Markus Koschany <[email protected]> Date: Sun Sep 25 14:43:56 2016 +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 093355e..a97beb6 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: bash-completion, - debhelper (>= 9), + debhelper (>= 10), default-jdk, gradle (>= 2.5), libbcpkix-java (>= 1.51), diff --git a/debian/rules b/debian/rules index 63c9234..bfa9435 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export GRADLE_USER_HOME=$(CURDIR)/.gradlehome DEB_GRADLE_OPTS := --stacktrace --offline %: - dh $@ --parallel --with bash-completion + dh $@ --with bash-completion override_dh_auto_build: gradle $(DEB_GRADLE_OPTS) installApp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/syncany.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

