[jackson-module-jaxb-annotations] 03/06: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Dec 19 09:29:41 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-module-jaxb-annotations.

commit 029a7823fe528fe0dc7e46c4fed91916ef2d7d27
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Dec 16 00:40:13 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 9c65339..4d0c347 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jackson-module-jaxb-annotations (2.8.5-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patch
+  * Switch to debhelper level 10
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 15 Dec 2016 17:55:59 +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 26af534..b95208e 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,
  maven-debian-helper (>= 1.5),
  xmlstarlet
diff --git a/debian/rules b/debian/rules
index 5ea865f..856b22c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 VERSION_FILE := src/main/java/com/fasterxml/jackson/module/jaxb/PackageVersion.java
 
 %:
-	dh $@ --buildsystem=maven
+	dh $@
 
 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-module-jaxb-annotations.git



More information about the pkg-java-commits mailing list