This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository lombok-ast.
commit 23874f31c968481a0e8f87cd9f9ff0b4bff596a0 Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 29 17:14:52 2017 +0200 Switch to debhelper level 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d8bc1e6..2254ab4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ lombok-ast (0.2+ds-3) UNRELEASED; urgency=medium * Team upload. * Build with libasm-java (>= 5.0) instead of libasm3-java/libasm4-java * Standards-Version updated to 4.1.1 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Fri, 29 Sep 2017 09:31:04 +0200 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 2cfd005..e9bdf0e 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: ant, ant-optional, cmdreader, - debhelper (>= 9), + debhelper (>= 10), default-jdk, ivyplusplus, javahelper, diff --git a/debian/rules b/debian/rules index 0591a4a..d2ac90f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java %: - dh $@ --parallel --with javahelper,maven_repo_helper + dh $@ --with javahelper,maven_repo_helper override_dh_clean: dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok-ast.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

