This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libjson-java.
commit 829f161bb0651f0f9135483ff136d503f93aad75 Author: Emmanuel Bourg <[email protected]> Date: Fri Apr 11 17:08:23 2014 +0000 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 0252c77..bd8b973 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libjson-java (2.3-3) UNRELEASED; urgency=low - Updated Standards-Version to 3.9.5 (no changes) - Removed Michael Koch from the uploaders (Closes: #654085) - Removed the dependency on the JRE for the binary package + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 27 Aug 2013 16:35:10 +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 bba58f5..a01e972 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Torsten Werner <[email protected]>, Varun Hiremath <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk +Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk Build-Depends-Indep: groovy, junit, libcommons-beanutils-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjson-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

