[Debian-iot-packaging] [libmatthew-java] 01/01: Import Debian changes 0.8-2
Thorsten Alteholz
alteholz at moszumanska.debian.org
Sat Dec 30 16:04:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository libmatthew-java.
commit 0bb9ff39d4a48531e12b45d3484111ee56ff1337
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Fri Dec 29 14:42:46 2017 +0100
Import Debian changes 0.8-2
libmatthew-java (0.8-2) unstable; urgency=medium
* debian/rules: Override JVERCFLAGS and use a supported source version. This
will fix the FTBFS with Java 9. (Closes: #873989)
Thanks to Markus Koschany for the patch!
* debian/control: bump standard to 4.1.3 (no changes)
* debian/control: use dh11
---
debian/changelog | 10 ++++++++++
debian/compat | 2 +-
debian/control | 4 ++--
debian/rules | 1 +
4 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8dfaf58..8f3c996 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libmatthew-java (0.8-2) unstable; urgency=medium
+
+ * debian/rules: Override JVERCFLAGS and use a supported source version. This
+ will fix the FTBFS with Java 9. (Closes: #873989)
+ Thanks to Markus Koschany for the patch!
+ * debian/control: bump standard to 4.1.3 (no changes)
+ * debian/control: use dh11
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 29 Dec 2017 14:42:46 +0100
+
libmatthew-java (0.8-1) unstable; urgency=medium
* new upstream version
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index c84803b..444db71 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: java
Priority: optional
Maintainer: Debian IoT Maintainers <debian-iot-maintainers at lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian at alteholz.de>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11),
docbook-to-man,
default-jdk,
default-jdk-doc,
fastjar,
javahelper (>= 0.25)
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
Homepage: http://www.matthew.ath.cx/projects/java/
Vcs-Browser: https://anonscm.debian.org/cgit/debian-iot/libmatthew-java.git
Vcs-Git: https://anonscm.debian.org/git/debian-iot/libmatthew-java.git
diff --git a/debian/rules b/debian/rules
index eef996d..28430a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ override_dh_auto_build:
JAVAH=/usr/lib/jvm/default-java/bin/javah \
JAVADOC=/usr/lib/jvm/default-java/bin/javadoc \
JAVADOCFLAGS="-quiet -author -link /usr/share/doc/default-jdk-doc/api/" \
+ JVERCFLAGS="-source 1.7" \
JAR=/usr/bin/fastjar \
PREFIX=/usr \
all doc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/libmatthew-java.git
More information about the Debian-iot-packaging
mailing list