This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jericho-html.
commit c55b00f0c815cd2ab1fcebb2fc6411dd8ed46741 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 10 01:40:21 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 85ef467..71b9845 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jericho-html (3.2-2) UNRELEASED; urgency=medium * Team upload. * Fixed the build failure with Java 9 (Closes: #893205) * Standards-Version updated to 4.1.4 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Tue, 10 Apr 2018 01:39:10 +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 f72ee4c..4448620 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Varun Hiremath <[email protected]> Build-Depends: ant, - debhelper (>= 10), + debhelper (>= 11), default-jdk, libcommons-logging-java, liblog4j1.2-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jericho-html.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

