This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository guava-libraries.
commit a39e8f5f45c6b979cfd7d252d5ab01a89aac4884 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 11 11:47:51 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 d5858e9..f246218 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ guava-libraries (14.0.1-2) UNRELEASED; urgency=low * Use the real upstream source downloaded from http://guava-libraries.googlecode.com/archive/v<VERSION>.zip instead of the sources jar from Maven central + * Build depend on debhelper 9 -- Emmanuel Bourg <[email protected]> Wed, 26 Jun 2013 19:17:42 +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 5790193..7ee8ff7 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Miguel Landaeta <[email protected]>, Emmanuel Bourg <[email protected]>, James Page <[email protected]> -Build-Depends: ant-optional, debhelper (>= 7.0.50~), default-jdk, javahelper, bnd +Build-Depends: ant-optional, debhelper (>= 9~), default-jdk, javahelper, bnd Build-Depends-Indep: maven-repo-helper, libjsr305-java, libatinject-jsr330-api-java Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/guava-libraries.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/guava-libraries.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

