This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-compiler.
commit 5b7869e56f48872873ab436daac8e343100f11fd Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 31 21:55:42 2013 +0100 Build depend on debhelper >= 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 35ba290..a9e9a11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ plexus-compiler (1.8.3-1) UNRELEASED; urgency=low [ Emmanuel Bourg ] * debian/control: - Updated Standards-Version to 3.9.5 (no changes) + * Build depend on debhelper >= 9 -- Ludovic Claude <[email protected]> Tue, 03 Jan 2012 00:27:31 +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 ab6a63a..8d0443c 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]> Build-Depends: ant-optional, - debhelper (>= 7), + debhelper (>= 9), default-jdk, maven-ant-helper (>= 7.1), maven-repo-helper (>= 1.5) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-compiler.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

