This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository build-helper-maven-plugin.
commit a40b3a0dead166bed8b2e65160b3bf213de51967 Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 1 11:16:00 2014 +0100 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 4e0b903..60ed17d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ build-helper-maven-plugin (1.8-1) UNRELEASED; urgency=low * New upstream release * debian/control: - Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Thu, 31 Oct 2013 22:44:46 +0100 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 8705b83..bd05075 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]>, Matthias Schmitz <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-debian-helper (>= 1.4) +Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: default-jdk-doc, libmaven-invoker-plugin-java, libmaven-javadoc-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/build-helper-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

