This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository tomcat6.
commit 3c2f2ba1e5e68916633a9b5fbe22c9f299cc8f84 Author: Emmanuel Bourg <[email protected]> Date: Mon Feb 17 00:03:49 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 4ac5087..28ae96c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ tomcat6 (6.0.37-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Mon, 17 Feb 2014 00:02:00 +0100 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 9610bdb..57a33da 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Torsten Werner <[email protected]>, Damien Raude-Morvan <[email protected]>, Miguel Landaeta <[email protected]>, tony mancill <[email protected]> -Build-Depends: default-jdk, ant-optional, debhelper (>= 7), po-debconf +Build-Depends: default-jdk, ant-optional, debhelper (>= 9), po-debconf Build-Depends-Indep: maven-repo-helper (>> 1.0.1), libecj-java Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/git/pkg-java/tomcat6.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat6.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

