This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-repo-helper.
commit 16d19789487375508a33316efaad5cfcaa807b9c Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 4 12:14:24 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 fb6f0f2..10149c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ maven-repo-helper (1.8.5) unstable; urgency=low + * Build depend on debhelper 9 * Removed the Maven presentation from the package description (Closes: #704092) * Added several methods to org.debian.maven.repo.Dependency to check 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 d944abe..6c20876 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]>, Damien Raude-Morvan <[email protected]>, Thomas Koch <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, help2man, python-docutils +Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, help2man, python-docutils Build-Depends-Indep: ant-optional, libstax-java, junit4, libxmlunit-java, libcommons-io-java Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-java/maven-repo-helper.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-repo-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

