[sitemesh] 06/07: Switch to debhelper level 9

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Mar 31 12:58:24 UTC 2015


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 <ebourg at apache.org>
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 <ebourg at apache.org>  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 <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Miguel Landaeta <miguel at miguel.cc>, Emmanuel Bourg <ebourg at apache.org>
 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



More information about the pkg-java-commits mailing list