This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-project-info-reports-plugin.
commit 7a9733df0a852d244ff0cd9c56aee4913cd4c054 Author: Emmanuel Bourg <[email protected]> Date: Fri Feb 21 17:01: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 6ccbf1e..c907df6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ maven-project-info-reports-plugin (2.4-2) UNRELEASED; urgency=medium * Team upload. * Removed the unused build dependency on libjetty-java * Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Fri, 21 Feb 2014 16:27:50 +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 27d1cd6..39515e9 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 (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.4) +Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: libmaven-plugin-tools-java, libcommons-validator-java, libdoxia-java, libdoxia-sitetools-java, libjoda-time-java, libmaven-dependency-tree-java, libmaven-doxia-tools-java, libmaven-reporting-impl-java, libmaven-scm-java, libmaven-shared-jar-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-project-info-reports-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

