This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jline2.
commit ac15bb3b039573ee09a4754ae2ac19a58aadca27 Author: Emmanuel Bourg <[email protected]> Date: Fri Mar 30 12:47:19 2018 +0200 Switch to debhelper level 11 --- 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 68d8b28..a710d46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ jline2 (2.14.6-1) UNRELEASED; urgency=medium - New build dependency on libpowermock-java - Disabled the tests (fail with Java 9) - Depend on libjansi-java (>= 1.12) + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Fri, 30 Mar 2018 12:10:18 +0200 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 7142831..e4aa6f5 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: tony mancill <[email protected]> Build-Depends: - debhelper (>= 10), + debhelper (>= 11), default-jdk, maven-debian-helper (>= 1.6.5), javahelper (>= 0.43) diff --git a/debian/rules b/debian/rules index c5c1f8e..df489df 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=maven --with javahelper + dh $@ --with javahelper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jline2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

