[jackson-databind] 03/04: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Dec 15 16:03:15 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-databind.

commit 457f24d606c6d83d107a1e1fc1250d1a5695ff0f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Dec 15 15:56:37 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 3594bae..a8bdfb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jackson-databind (2.8.5-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Depend on libjackson2-{core,annotations}-java (>= 2.8.5)
+  * Switch to debhelper level 10
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 15 Dec 2016 15:42:49 +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 54aac32..4d6612c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Hilko Bengen <bengen at debian.org>,
  Wolodja Wentland <debian at babilen5.org>
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
  default-jdk,
  javahelper (>= 0.32),
  maven-debian-helper (>= 1.6.5),
diff --git a/debian/rules b/debian/rules
index 75b1005..b93685c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 VERSION_FILE=./src/main/java/com/fasterxml/jackson/databind/cfg/PackageVersion.java
 
 %:
-	dh $@ --buildsystem=maven --with javahelper
+	dh $@ --with javahelper
 
 override_dh_auto_configure:
 	sh debian/replace-generate.sh $(VERSION_FILE)

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



More information about the pkg-java-commits mailing list