This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository naga.
commit b0dc12deed5e899e748ae1fea172024cf460ee2f Author: Emmanuel Bourg <[email protected]> Date: Thu Mar 22 21:01:24 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 c4061b2..8ea4a1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ naga (3.0+svn80-2) UNRELEASED; urgency=medium * Team upload. * Fixed the build failure with Java 9 (Closes: #893379) * Standards-Version updated to 4.1.3 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Thu, 22 Mar 2018 21:00:39 +0100 diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index 4ab2d13..407ed52 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Michael Banck <[email protected]>, Ximin Luo <[email protected]> -Build-Depends: debhelper (>= 9), javahelper, ant, default-jdk +Build-Depends: debhelper (>= 11), javahelper, ant, default-jdk Standards-Version: 4.1.3 Homepage: https://code.google.com/p/naga/ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/naga.git/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/naga.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

