This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-lang-java.
commit e9fd35967c8d0fe7838fb37c6535cd63f57c4037 Author: Emmanuel Bourg <[email protected]> Date: Fri Mar 30 10:25:40 2018 +0200 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 d383dda..e090fd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libcommons-lang-java (2.6-8) UNRELEASED; urgency=medium * Team upload. * No longer build the enum package to fix the build failure with Java 9 (Closes: #893229) + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Fri, 30 Mar 2018 10:24:02 +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 f21baed..65a4f11 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: ant, bnd (>= 2.1.0), - debhelper (>= 10), + debhelper (>= 11), default-jdk, default-jdk-doc, junit (>= 3.8.1), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

