[dnssecjava] 01/01: Disable tests to build on Java 9 (Closes: #893185)
Ingo Bauersachs
ibauersachs-guest at moszumanska.debian.org
Mon Mar 26 23:23:14 BST 2018
This is an automated email from the git hooks/post-receive script.
ibauersachs-guest pushed a commit to branch master
in repository dnssecjava.
commit b31f06f3038450f7113f0e09e78b8014f9fa84c3
Author: Ingo Bauersachs <ingo at jitsi.org>
Date: Mon Mar 26 23:28:02 2018 +0200
Disable tests to build on Java 9 (Closes: #893185)
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/copyright | 2 +-
debian/maven.properties | 7 ++++---
4 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 62abfbe..bc4a9a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dnssecjava (1.1.3-2) unstable; urgency=medium
+
+ * Disable tests to build on Java 9 (Closes: #893185)
+ * Update standards version
+
+ -- Ingo Bauersachs <ingo at jitsi.org> Mon, 26 Mar 2018 21:53:00 +0200
+
dnssecjava (1.1.3-1) unstable; urgency=medium
* Initial release (Closes: #845371)
diff --git a/debian/control b/debian/control
index 1143761..c7c46ea 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
libpowermock-java,
libslf4j-java,
maven-debian-helper (>= 2.0)
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/dnssecjava.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/dnssecjava.git
Homepage: https://github.com/ibauersachs/dnssecjava
diff --git a/debian/copyright b/debian/copyright
index cb420cd..bb9f895 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: dnssecjava
Source: https://github.com/ibauersachs/dnssecjava
diff --git a/debian/maven.properties b/debian/maven.properties
index 7c29bd7..d3f4b43 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1,4 +1,5 @@
# Include here properties to pass to Maven during the build.
-# For example:
-# maven.test.skip=true
-
+#
+# Disable tests since they fail on Java 9 (requires update to Mockito2 and
+# Powermock2)
+maven.test.skip=true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dnssecjava.git
More information about the pkg-java-commits
mailing list