This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jtharness.
commit f331318bea5287de073bd9fb9fe9e9d2777b0d54 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 29 20:01:26 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 65c90e4..cd8259e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jtharness (4.4.0-MR1-Rel-b19-2) UNRELEASED; urgency=medium * debian/control: - Fixed the Vcs-Svn URL - Standards-Version updated to 3.9.6 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Mon, 29 Sep 2014 21:50:56 +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 6887f8b..bd5cd53 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Guillaume Mazoyer <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), javahelper +Build-Depends: debhelper (>= 9), javahelper Build-Depends-Indep: default-jdk, default-jdk-doc, ant, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jtharness.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

