summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Schubert <erich@debian.org>2018-08-19 00:48:10 +0200
committerAndrej Shadura <andrewsh@debian.org>2019-03-09 22:30:52 +0000
commit03818a8bcc3e128b7db2af8687f8bad2bd8c5687 (patch)
treef6387c19ae5b70d6a703e4605b49fc69d80b0e43
parent6fb1897efbd671a7b3f1a9390f376c2a2be50b42 (diff)
Import Debian changes 0.7.1-8
elki (0.7.1-8) unstable; urgency=low * Force build with OpenJDK 8 only. (Closes: #906354) While ELKI itself works fine with later Java, this seems to be the only way to avoid Maven/commons-lang3 issue #903769
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index be2d6485..c28387ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+elki (0.7.1-8) unstable; urgency=low
+
+ * Force build with OpenJDK 8 only. (Closes: #906354)
+ While ELKI itself works fine with later Java, this seems to
+ be the only way to avoid Maven/commons-lang3 issue #903769
+
+ -- Erich Schubert <erich@debian.org> Sun, 19 Aug 2018 00:48:10 +0200
+
elki (0.7.1-7) unstable; urgency=medium
* Fix Java 9+ build issues (Closes: #895695)
diff --git a/debian/control b/debian/control
index 5ca774a8..31ade4cb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: elki
Section: science
Priority: optional
Maintainer: Erich Schubert <erich@debian.org>
-Build-Depends: debhelper (>= 9), default-jdk (>= 2:1.8) | java8-sdk, maven-debian-helper (>= 1.5),
+Build-Depends: debhelper (>= 9), openjdk-8-jdk, maven-debian-helper (>= 1.5),
maven (>= 3),
libbatik-java (>= 1.10),
libxmlgraphics-commons-java (>= 2.2),