This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sitemesh.
commit eebfcd385dc0e884e6bb9f9baf6f084a08f93310 Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 31 14:36:33 2015 +0200 Switch to debhelper level 9 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6c1b4d7..f87d491 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ sitemesh (2.4.1+dfsg-4) UNRELEASED; urgency=medium - Removed the explicit dependency on libservlet3.0-java for libsitemesh-java - Updated Standards-Version to 3.9.6 (no changes) * Removed the duplicate changelog in libsitemesh-java-doc + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 31 Mar 2015 14:00:01 +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 dcbac30..ddfbb34 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Miguel Landaeta <[email protected]>, Emmanuel Bourg <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 7.0.50~), ant, default-jdk, javahelper, jflex, +Build-Depends: debhelper (>= 9), ant, default-jdk, javahelper, jflex, libservlet3.1-java, velocity, libvelocity-tools-java, libfreemarker-java, junit, ant-optional, default-jdk-doc Standards-Version: 3.9.6 diff --git a/debian/rules b/debian/rules index 1ccb8b8..911d646 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ DEB_UPSTREAM_VERSION := \ $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)+dfsg-.*/\1/p') %: - dh --with javahelper $@ + dh $@ --with javahelper override_dh_auto_build: # this file was dropped by accident from the orig source tarball -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sitemesh.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

