[jersey1] 01/03: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sat Oct 29 14:45:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository jersey1.

commit e61b9167645e0850bf103344f1b1b129e9820ced
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Sat Oct 29 16:20:24 2016 +0200

    Switch to debhelper level 10
---
 debian/changelog | 6 ++++++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cc655af..873f17f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jersey1 (1.19.2-2) UNRELEASED; urgency=medium
+
+  * Switch to debhelper level 10
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sat, 29 Oct 2016 16:19:54 +0200
+
 jersey1 (1.19.2-1) unstable; urgency=medium
 
   * New upstream release
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 89fd072..94ee13c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                default-jdk,
                glassfish-javaee,
                libbuild-helper-maven-plugin-java,
diff --git a/debian/rules b/debian/rules
index 61d7abb..253e060 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 JAVA_HOME := /usr/lib/jvm/default-java
 
 %:
-	dh $@ --buildsystem=maven
+	dh $@
 
 override_dh_auto_build:
 	# Generate the classes manually since the maven-jaxb-plugin isn't in Debian

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jersey1.git



More information about the pkg-java-commits mailing list