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 f772a317b43e7c96fee8b959cca02569cf4cdf89 Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 9 12:49:24 2014 +0200 Switch to debhelper level 9 --- 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 9edb227..d4ba6b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ cdi-api (1.0-2) UNRELEASED; urgency=medium * debian/control: - Build depend on libservlet3.1-java instead of libservlet2.5-java - Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 09 Sep 2014 12:46:05 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index d801ad2..358ee67 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 (>= 7), +Build-Depends: debhelper (>= 9), 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

