This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository dumbster.
commit 0dd2994b4c2c87f3faa99965e1adb48e23554689 Author: Emmanuel Bourg <[email protected]> Date: Sat Mar 17 00:13:30 2018 +0100 Switch to debhelper level 11 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9d1a918..55fef09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ dumbster (1.6+debian-4) UNRELEASED; urgency=medium * Team upload. * Fixed the build failure with Java 9 (Close: #893141) * Standards-Version updated to 4.1.3 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Sat, 17 Mar 2018 00:12:36 +0100 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 8c7ccac..5a63116 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Stefan Denker <[email protected]> Build-Depends: ant, ant-optional, - debhelper (>= 10), + debhelper (>= 11), default-jdk, javahelper, junit, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dumbster.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

