This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ini4j.
commit bbde5c060009a0601798a40624e908595554cca0 Author: Emmanuel Bourg <[email protected]> Date: Fri Feb 21 12:23:33 2014 +0100 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 704851b..bd56141 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ini4j (0.5.2-SNAPSHOT-3) UNRELEASED; urgency=medium * Team upload. * Use canonical URLs for the Vcs-* fields * Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Fri, 21 Feb 2014 12:17:35 +0100 diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index 7d87186..d7a18f9 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Marek Slama <[email protected]>, Andres Mejia <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), javahelper, ant, ant-optional, +Build-Depends: debhelper (>= 9), javahelper, ant, ant-optional, default-jdk, libjetty-java, libservlet2.5-java, junit4, bsh, libeasymock-java Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/ini4j.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ini4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

