This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository surefire.
commit aaa573585d680c511004fbbdcffa1a3bf1031264 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 3 15:46:22 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 3b9d6c2..d2b3b23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ surefire (2.17-4) UNRELEASED; urgency=medium * Team upload. * Build with maven-debian-helper instead of maven-ant-helper * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 03 Jul 2017 12:40:46 +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 c6c1c22..a171b8a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk +Build-Depends: debhelper (>= 10), default-jdk Build-Depends-Indep: javacc, junit, junit4, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/surefire.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

