[Git][java-team/jlapack][master] 7 commits: Update Java target to 1.8 (Closes: #1052570)

Tony Mancill (@tmancill) gitlab at salsa.debian.org
Sat Sep 7 06:40:52 BST 2024



Tony Mancill pushed to branch master at Debian Java Maintainers / jlapack


Commits:
6b857687 by tony mancill at 2024-09-06T22:24:15-07:00
Update Java target to 1.8 (Closes: #1052570)

- - - - -
063687d4 by tony mancill at 2024-09-06T22:25:04-07:00
Remove get-orig-source target from debian/rules

- - - - -
0a7ef872 by tony mancill at 2024-09-06T22:39:31-07:00
Use debhelper-compat 13

- - - - -
f94d6ae1 by tony mancill at 2024-09-06T22:39:31-07:00
Set Rules-Requires-Root: no in debian/control

- - - - -
2dcd2b25 by tony mancill at 2024-09-06T22:39:31-07:00
Bump Standards-Version to 4.7.0

- - - - -
f8930586 by tony mancill at 2024-09-06T22:39:31-07:00
Freshen years in debian/copyright

- - - - -
cf8cf777 by tony mancill at 2024-09-06T22:39:31-07:00
Prepare changelog for upload

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/patches/java9.patch → debian/patches/java-build.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+jlapack (0.8~dfsg-6) unstable; urgency=medium
+
+  * Team upload.
+  * Update Java target to 1.8 (Closes: #1052570)
+  * Use debhelper-compat 13
+  * Set Rules-Requires-Root: no in debian/control
+  * Bump Standards-Version to 4.7.0
+  * Freshen years in debian/copyright
+
+ -- tony mancill <tmancill at debian.org>  Fri, 06 Sep 2024 22:38:02 -0700
+
 jlapack (0.8~dfsg-5) unstable; urgency=medium
 
   * Fake watch file


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12


=====================================
debian/control
=====================================
@@ -4,15 +4,16 @@ Uploaders: Olivier Sallou <osallou at debian.org>,
            Andreas Tille <tille at debian.org>
 Section: java
 Priority: optional
-Build-Depends: debhelper (>= 12~),
+Build-Depends: debhelper-compat (= 13),
                javahelper,
                f2j (>= 0.8.1+dfsg),
                default-jdk,
                libf2j-java (>= 0.8.1+dfsg)
-Standards-Version: 4.3.0
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/java-team/jlapack
 Vcs-Git: https://salsa.debian.org/java-team/jlapack.git
 Homepage: http://icl.cs.utk.edu/f2j
+Rules-Requires-Root: no
 
 Package: libjlapack-java
 Architecture: all


=====================================
debian/copyright
=====================================
@@ -24,8 +24,9 @@ Copyright: 2006 Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
 License: BSD-3-clause
 
 Files: debian/*
-Copyright: 2012 Olivier Sallou <osallou at debian.org>
-           2016 Andreas Tille <tille at debian.org>
+Copyright: 2012-2024 Olivier Sallou <osallou at debian.org>
+           2016-2024 Andreas Tille <tille at debian.org>
+           2024 tony mancill <tmancill at debian.org>
 License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by


=====================================
debian/patches/java9.patch → debian/patches/java-build.patch
=====================================
@@ -1,24 +1,19 @@
-From: Markus Koschany <apo at debian.org>
-Date: Thu, 26 Oct 2017 18:42:01 +0200
-Subject: java9
-
-Support Java 9. Targets before Java 6 are no longer supported.
-Bug-Debian: https://bugs.debian.org/873982
+Description: Support building on Java 21.
+ Targets before Java 8 are no longer supported.
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052570
 Forwarded: no
 ---
  jlapack-3.1.1/make.def | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/jlapack-3.1.1/make.def b/jlapack-3.1.1/make.def
-index 4250a84..054b849 100644
 --- a/jlapack-3.1.1/make.def
 +++ b/jlapack-3.1.1/make.def
-@@ -3,7 +3,7 @@ VERSION=jlapack-0.8
+@@ -3,7 +3,7 @@
  F2J=f2java
  JAVA=java
  MORE_MEM_FLAG=-Xmx500M
 -JAVAC=javac -source 1.4 -target 1.4
-+JAVAC=javac -source 1.7 -target 1.7
++JAVAC=javac -source 1.8 -target 1.8
  JAVAB=javab
  JAR=jar
  # JAR=/usr/bin/jar


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,3 @@
 use_f2j_package_libs
 update_README
-java9.patch
+java-build.patch


=====================================
debian/rules
=====================================
@@ -13,9 +13,6 @@ override_dh_auto_build:
 	mv jlapack-3.1.1/src/blas/blas.jar jlapack-3.1.1/src/blas/jlapack-blas.jar
 	mv jlapack-3.1.1/src/error_reporting/xerbla.jar jlapack-3.1.1/src/error_reporting/jlapack-xerbla.jar
 
-get-orig-source:
-	debian/get-orig-source
-
 
 override_dh_clean:
 	cd jlapack-3.1.1 && make clean



View it on GitLab: https://salsa.debian.org/java-team/jlapack/-/compare/0e39cbbdb3f4cd226b947ab566e97acdf0d5b809...cf8cf777ee9f13e7facd3b7ddea8d1d0f0396ab9

-- 
View it on GitLab: https://salsa.debian.org/java-team/jlapack/-/compare/0e39cbbdb3f4cd226b947ab566e97acdf0d5b809...cf8cf777ee9f13e7facd3b7ddea8d1d0f0396ab9
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20240907/8a89a156/attachment.htm>


More information about the pkg-java-commits mailing list