Skip to content

Commits on Source 5

netlib-java (0.9.3-7) UNRELEASED; urgency=medium
netlib-java (0.9.3-7) unstable; urgency=medium
[ Dominik Stadler ]
* Team upload.
* Add patch to set source to 1.8 as 1.5 is not supported with JDK 11
* Add patch to fail on generate-task to not hide errors in build-output
Closes: #923759, #924804
* Enhance patch to use a fixed list for the classpath to allow building
on JDK
-- Dominik Stadler <dominik.stadler@gmx.at> Tue, 26 Mar 2019 20:51:44 +0100
[ Andreas Tille ]
* debhelper-compat 12
* Standards-Version: 4.4.0
* Trim trailing whitespace.
-- Andreas Tille <tille@debian.org> Wed, 18 Sep 2019 21:18:23 +0200
netlib-java (0.9.3-6) unstable; urgency=medium
......
......@@ -4,7 +4,7 @@ Uploaders: Olivier Sallou <osallou@debian.org>,
Andreas Tille <tille@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper (>= 12~),
Build-Depends: debhelper-compat (= 12),
unzip,
f2j,
libjlapack-java,
......@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 12~),
default-jdk,
junit,
ant
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/java-team/netlib-java
Vcs-Git: https://salsa.debian.org/java-team/netlib-java.git
Homepage: https://github.com/fommil/netlib-java/
......
Author: Dominik Stadler
Last-Update: 2019-03-26 19:34:30 +0100
Bug-Debian: https://bugs.debian.org/923759
Description: Fail when generate fails
Index: netlib-java/build.xml
===================================================================
--- netlib-java.orig/build.xml
......
......@@ -19,4 +19,3 @@ override_jh_installjavadoc:
override_dh_clean:
rm -f netlib-java.jar
dh_clean