This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javatools.
commit f9d411a6f6a07e2c81cd59ce69f6dfa16d834462 Author: Emmanuel Bourg <[email protected]> Date: Sun Oct 12 10:14:25 2014 +0200 Switch to debhelper level 9 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 21cd155..0d0f2ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ javatools (0.49) UNRELEASED; urgency=medium * Team upload. * Removed Matthew Johnson from the uploaders (Closes: #762560) * Standards-Version updated to 3.9.6 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Sun, 12 Oct 2014 10:12:23 +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 b59d396..b6f7f34 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,15 @@ Source: javatools +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Niels Thykier <[email protected]> -Build-Depends: debhelper (>= 7.0.50~) +Build-Depends: debhelper (>= 9) Build-Depends-Indep: default-jdk, libarchive-zip-perl (>= 1.30-6~), markdown, perl, libtest-minimumversion-perl, libtest-perl-critic-perl, libtest-strict-perl, perl (>= 5.12) | libtest-simple-perl (>= 0.93) Standards-Version: 3.9.6 -Section: java Vcs-Git: git://anonscm.debian.org/pkg-java/javatools.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/javatools.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

