This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository atinject-jsr330.
commit 2a428256fe1a49629f05051add9fafb1fa332cb2 Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 17 14:53:56 2013 +0200 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 97881f0..d2191e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ atinject-jsr330 (1.0+ds1-1) UNRELEASED; urgency=low * Team upload. * Build the upstream tarball from the upstream SVN repository * Use canonical URLs for the Vcs-* fields + * Build depend on debhelper >= 9 * debian/copyright: Updated the Format URI -- Emmanuel Bourg <[email protected]> Thu, 17 Oct 2013 12:57:39 +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 9f95bc6..9548074 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Miguel Landaeta <[email protected]>, Jakub Adam <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, maven-debian-helper +Build-Depends: debhelper (>= 9), default-jdk, javahelper, maven-debian-helper Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/atinject-jsr330.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/atinject-jsr330.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/atinject-jsr330.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

