This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cdi-api.
commit a1e31d499ec09725c2d3f9a336f797433b853a9f Author: Emmanuel Bourg <[email protected]> Date: Wed Jul 5 10:24:33 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 b813338..f9f375b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ cdi-api (1.0-3) UNRELEASED; urgency=medium * Team upload. * Track and download the new releases from GitHub * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Wed, 05 Jul 2017 10:23:24 +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 44238b3..d3c6dbb 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), default-jdk, maven-repo-helper, javahelper (>= 0.37), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cdi-api.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

