This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit 1a2342fd051948229e51d70620bd9f4b3c7203f5 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 29 17:45:40 2014 +0200 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 35604c9..b4fe60f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ jetty8 (8.1.15-1) UNRELEASED; urgency=medium * debian/rules: Install the upstream changelog * debian/watch: Watch the tags from the Git repository * debian/jetty-shared-webapps.xml: Updated the path of the webapps directory + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Wed, 30 Jul 2014 16:01:22 +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 025ce98..71b218e 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Jakub Adam <[email protected]> Build-Depends: ant-optional, cdbs (>> 0.4.5.3), - debhelper (>= 7), + debhelper (>= 9), default-jdk, default-jdk-doc, glassfish-jmac-api (>= 1:2.1.1-b31g-2), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

