This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository procyon.
commit 291ccd5ea2701653a8383939127f00d6ed32c4fb Author: Emmanuel Bourg <[email protected]> Date: Fri Feb 16 14:54:27 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 6f6d98b..f9e5042 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ procyon (0.5.32-2) UNRELEASED; urgency=medium * Standards-Version updated to 4.1.3 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Fri, 16 Feb 2018 14:54:18 +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 acf4c0d..6389cf6 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 11), default-jdk-headless, gradle-debian-helper, javahelper, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/procyon.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

