[jackson-dataformat-smile] 01/05: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 19 17:57:31 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-smile.
commit 9f80cdd1c435f9dea48cddb3de8e90b4aee357c1
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 19 18:42:03 2016 +0100
Switch to debhelper level 10
---
debian/changelog | 7 +++++++
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6c5162b..e419db6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jackson-dataformat-smile (2.7.3-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Switch to debhelper level 10
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 19 Dec 2016 18:41:55 +0100
+
jackson-dataformat-smile (2.7.3-1) unstable; urgency=medium
* Team upload.
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 49269b0..f8f200e 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>,
Wolodja Wentland <debian at babilen5.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
default-jdk,
javahelper (>= 0.32),
junit4,
diff --git a/debian/rules b/debian/rules
index a9b0597..a52e9aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
VERSION_FILE=src/main/java/com/fasterxml/jackson/dataformat/smile/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-smile.git
More information about the pkg-java-commits
mailing list