[jetty9] 01/05: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Jan 8 00:33:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jetty9.
commit 08452be46351c9dbe6c2ff12dc51530d071e6303
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Jan 8 01:22:13 2017 +0100
Switch to debhelper level 10
---
debian/changelog | 7 +++++++
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 294fc2c..6f5a27a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jetty9 (9.2.19-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Switch to debhelper level 10
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 08 Jan 2017 01:22:02 +0100
+
jetty9 (9.2.19-2) unstable; urgency=medium
* Removed the Require-Capability and Bundle-RequiredExecutionEnvironment
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 27fdf12..ffc8d88 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg at apache.org>
Build-Depends: ant-optional,
- debhelper (>= 9),
+ debhelper (>= 10),
default-jdk,
dh-exec,
glassfish-javaee,
diff --git a/debian/rules b/debian/rules
index 153c5eb..fa3a333 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export JAVA_HOME := /usr/lib/jvm/default-java
%:
- dh $@ --buildsystem=maven --with javahelper
+ dh $@ --with javahelper
override_dh_link:
VERSION=$(shell grep 'debian.originalVersion' pom.xml | head -1 | sed -e 's/.*<debian.originalVersion>\(.*\)<\/debian.originalVersion>.*/\1/') \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git
More information about the pkg-java-commits
mailing list