[jackson-datatype-joda] 01/05: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 19 11:02:55 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-datatype-joda.
commit c81c5bd7ae8be3bfec55f63fb666627dbb6a53ff
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 19 10:40:55 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 fda3adc..c6db41d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jackson-datatype-joda (2.7.3-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Switch to debhelper level 10
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 19 Dec 2016 10:40:47 +0100
+
jackson-datatype-joda (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 c22da98..ccd9b7d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Tim Potter <tpot at hp.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
default-jdk,
default-jdk-doc,
javahelper,
diff --git a/debian/rules b/debian/rules
index dddf5be..4463d1a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export TZ=GMT
export LANG=C
%:
- 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-datatype-joda.git
More information about the pkg-java-commits
mailing list