Andreas Tille pushed to branch master at Debian Java Maintainers / netlib-java
Commits: 406687f0 by Andreas Tille at 2019-09-18T19:16:38Z DEP3 - - - - - fd7e5e09 by Andreas Tille at 2019-09-18T19:18:20Z debhelper-compat 12 - - - - - 58654055 by Andreas Tille at 2019-09-18T19:18:22Z Standards-Version: 4.4.0 - - - - - a36c4b4e by Andreas Tille at 2019-09-18T19:18:22Z Trim trailing whitespace. Fixes lintian: file-contains-trailing-whitespace See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details. - - - - - 98a52e99 by Andreas Tille at 2019-09-18T19:23:20Z Close bugs; Upload to unstable - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/patches/fail_when_generate_fails.patch - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,12 +1,19 @@ -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 <[email protected]> Tue, 26 Mar 2019 20:51:44 +0100 + [ Andreas Tille ] + * debhelper-compat 12 + * Standards-Version: 4.4.0 + * Trim trailing whitespace. + + -- Andreas Tille <[email protected]> Wed, 18 Sep 2019 21:18:23 +0200 netlib-java (0.9.3-6) unstable; urgency=medium ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -12 ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Olivier Sallou <[email protected]>, Andreas Tille <[email protected]> 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/ ===================================== debian/patches/fail_when_generate_fails.patch ===================================== @@ -1,3 +1,8 @@ +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 ===================================== debian/rules ===================================== @@ -19,4 +19,3 @@ override_jh_installjavadoc: override_dh_clean: rm -f netlib-java.jar dh_clean - View it on GitLab: https://salsa.debian.org/java-team/netlib-java/compare/218c226af5e722a4c9222efc83791264b40a118e...98a52e99cd66cba9af27c0f1f9170e314b3bb5e2 -- View it on GitLab: https://salsa.debian.org/java-team/netlib-java/compare/218c226af5e722a4c9222efc83791264b40a118e...98a52e99cd66cba9af27c0f1f9170e314b3bb5e2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

