This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gs-collections.
commit 18546d82f25e66a135f137de16ceaa95c9469f64 Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 14 09:22:37 2017 +0200 Switch to debhelper level 10 --- 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 cd47822..6aad281 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ gs-collections (5.1.0-3) UNRELEASED; urgency=medium * Standards-Version updated to 4.1.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Thu, 14 Sep 2017 09:22:32 +0200 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index e8f4a8f..88d8c98 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk, junit4, libbuild-helper-maven-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gs-collections.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

