This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wagon2.
commit 879b3249571ca1433c66bdcf9d8123507291296d Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 8 08:54:14 2014 +0100 Switch to debhelper level 9 --- debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3caebf6..e7fd50d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wagon2 (2.5-2) UNRELEASED; urgency=medium + + * Switch to debhelper level 9 + + -- Emmanuel Bourg <[email protected]> Wed, 08 Jan 2014 08:53:34 +0100 + wagon2 (2.5-1) unstable; urgency=low * New upstream release 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 a6f90a4..9494678 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]>, Emmanuel Bourg <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper +Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, junit, libbcprov-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wagon2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

