[jackson-dataformat-cbor] 02/06: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 19 14:31:38 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-dataformat-cbor.
commit 413fd6e116006de8a2bd61589bb99f9f486c6721
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 19 13:57:58 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 13841ac..fd9230d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jackson-dataformat-cbor (2.7.3-2) UNRELEASED; urgency=medium
* Team upload.
* Merged the Build-Depends-Indep field into Build-Depends-Indep
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Mon, 19 Dec 2016 13:57:12 +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 2fd87d1..a070ba1 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: Hilko Bengen <bengen at debian.org>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
default-jdk,
default-jdk-doc,
javahelper (>= 0.32),
diff --git a/debian/rules b/debian/rules
index 448b394..18fae81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
VERSION_FILE=src/main/java/com/fasterxml/jackson/dataformat/cbor/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-dataformat-cbor.git
More information about the pkg-java-commits
mailing list