[jackson-jaxrs-providers] 02/10: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 21 14:08:57 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository jackson-jaxrs-providers.

commit d65759ef13ea94c947bd6b7e0e762bb33c1f8400
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Dec 19 19:19:39 2016 +0100

    Switch to debhelper level 10
---
 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 8103f97..8d12ea4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jackson-jaxrs-providers (2.7.3-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Merged the Build-Depends-Indep field into Build-Depends
+  * Switch to debhelper level 10
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 19 Dec 2016 19:18:09 +0100
 
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 c180959..0def94a 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: Timo Aaltonen <tjaalton at debian.org>
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
  default-jdk,
  libjackson2-core-java (>= 2.7.3),
  libjackson2-databind-java (>= 2.7.3),
diff --git a/debian/rules b/debian/rules
index 964b398..ba55224 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ VERSION_FILES = \
 	cbor/src/main/java/com/fasterxml/jackson/jaxrs/cbor/PackageVersion.java
 
 %:
-	dh $@ --buildsystem=maven
+	dh $@
 
 override_dh_auto_configure:
 	for file in $(VERSION_FILES); do \

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



More information about the pkg-java-commits mailing list