[hessian] 03/04: Switch to debhelper level 9
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Feb 10 12:01:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository hessian.
commit 39ad5b20826c8fc0a8b885b3f533daaf0e845fd8
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Feb 10 12:48:36 2014 +0100
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 e8767bb..b3266d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ hessian (4.0.33-2) UNRELEASED; urgency=medium
* Team upload.
* Use XZ compression for the upstream tarball
* Standards-Version updated to 3.9.5 (no changes)
+ * Switch to debhelper level 9
-- Emmanuel Bourg <ebourg at apache.org> Mon, 10 Feb 2014 12:42:01 +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 3ea967d..046367f 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), default-jdk, javahelper, maven-repo-helper,
+Build-Depends: debhelper (>= 9), default-jdk, javahelper, maven-repo-helper,
libservlet3.0-java
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/hessian.git
diff --git a/debian/rules b/debian/rules
index c5ef431..918c5ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export CLASSPATH=/usr/share/java/servlet-api-3.0.jar
DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
%:
- dh --with javahelper $@
+ dh $@ --with javahelper
override_jh_build:
jh_build --javacopts=-g hessian.jar com
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/hessian.git
More information about the pkg-java-commits
mailing list