[Git][java-team/java-wrappers][master] 7 commits: Add JDK17-20

Jochen Sprickerhof (@jspricke) gitlab at salsa.debian.org
Sat Dec 3 21:48:43 GMT 2022



Jochen Sprickerhof pushed to branch master at Debian Java Maintainers / java-wrappers


Commits:
de2b6a6f by Jochen Sprickerhof at 2022-12-03T22:32:11+01:00
Add JDK17-20

Closes: #1011165

- - - - -
da21e25b by Jochen Sprickerhof at 2022-12-03T22:32:53+01:00
Switch to debhelper-compat 13

- - - - -
37b5beed by Jochen Sprickerhof at 2022-12-03T22:33:52+01:00
Add R³

- - - - -
bc5730cd by Jochen Sprickerhof at 2022-12-03T22:35:29+01:00
Add Multi-Arch according to MA hinter

- - - - -
c44fc63d by Jochen Sprickerhof at 2022-12-03T22:46:46+01:00
Update Vcs fields

- - - - -
96a9da54 by Jochen Sprickerhof at 2022-12-03T22:46:47+01:00
Make d/copyright machine readable

- - - - -
a3e24300 by Jochen Sprickerhof at 2022-12-03T22:47:03+01:00
Bump policy version (no changes)

- - - - -


4 changed files:

- − debian/compat
- debian/control
- debian/copyright
- jvm-list.sh


Changes:

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


=====================================
debian/control
=====================================
@@ -3,15 +3,17 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Vincent Fourmond <fourmond at debian.org>
-Build-Depends: debhelper (>= 11)
-Standards-Version: 4.1.4
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/java-wrappers.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/java-wrappers.git
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.6.1
+Rules-Requires-Root: no
+Vcs-Git: https://salsa.debian.org/java-team/java-wrappers.git
+Vcs-Browser: https://salsa.debian.org/java-team/java-wrappers
 
 
 Package: java-wrappers
 Depends: ${misc:Depends}, unzip
 Architecture: all
+Multi-Arch: foreign
 Description: wrappers for java executables
  Wrapper script facilities for java executables.
  .


=====================================
debian/copyright
=====================================
@@ -1,20 +1,19 @@
-java-wrappers was written and debianized by Vincent Fourmond
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://salsa.debian.org/java-team/java-wrappers
 
-Copyright 2007, 2008 by Vincent Fourmond <fourmond at debian.org>
+Files: *
+Copyright: 2008-2011, Vincent Fourmond <fourmond at debian.org>
+License: LGPL-2.1+
 
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation; either
-  version 2.1 of the License, or (at your option) any later version.
+Files: get-classpath
+       java-wrappers.7
+Copyright: 2008-2011, Vincent Fourmond
+License: GPL-2+
 
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+License: LGPL-2.1+
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.


=====================================
jvm-list.sh
=====================================
@@ -33,6 +33,10 @@ __jvm_oracle8="/usr/lib/jvm/java-8-oracle /usr/lib/jvm/jdk-8-oracle-* /usr/lib/j
 __jvm_oracle9="/usr/lib/jvm/java-9-oracle /usr/lib/jvm/jdk-9-oracle-* /usr/lib/jvm/jre-9-oracle-*"
 __jvm_oracle10="/usr/lib/jvm/java-10-oracle /usr/lib/jvm/jdk-10-oracle-* /usr/lib/jvm/jre-10-oracle-*"
 __jvm_oracle11="/usr/lib/jvm/java-11-oracle /usr/lib/jvm/jdk-11-oracle-* /usr/lib/jvm/jre-11-oracle-*"
+__jvm_oracle17="/usr/lib/jvm/java-17-oracle /usr/lib/jvm/jdk-17-oracle-* /usr/lib/jvm/jre-17-oracle-*"
+__jvm_oracle18="/usr/lib/jvm/java-18-oracle /usr/lib/jvm/jdk-18-oracle-* /usr/lib/jvm/jre-18-oracle-*"
+__jvm_oracle19="/usr/lib/jvm/java-19-oracle /usr/lib/jvm/jdk-19-oracle-* /usr/lib/jvm/jre-19-oracle-*"
+__jvm_oracle20="/usr/lib/jvm/java-20-oracle /usr/lib/jvm/jdk-20-oracle-* /usr/lib/jvm/jre-20-oracle-*"
 
 # Now, free runtimes:
 __jvm_openjdk6="/usr/lib/jvm/java-6-openjdk-$__arch /usr/lib/jvm/java-6-openjdk"
@@ -41,13 +45,21 @@ __jvm_openjdk8="/usr/lib/jvm/java-8-openjdk-$__arch /usr/lib/jvm/java-8-openjdk"
 __jvm_openjdk9="/usr/lib/jvm/java-9-openjdk-$__arch /usr/lib/jvm/java-9-openjdk"
 __jvm_openjdk10="/usr/lib/jvm/java-10-openjdk-$__arch /usr/lib/jvm/java-10-openjdk"
 __jvm_openjdk11="/usr/lib/jvm/java-11-openjdk-$__arch /usr/lib/jvm/java-11-openjdk"
+__jvm_openjdk17="/usr/lib/jvm/java-17-openjdk-$__arch /usr/lib/jvm/java-17-openjdk"
+__jvm_openjdk18="/usr/lib/jvm/java-18-openjdk-$__arch /usr/lib/jvm/java-18-openjdk"
+__jvm_openjdk19="/usr/lib/jvm/java-19-openjdk-$__arch /usr/lib/jvm/java-19-openjdk"
+__jvm_openjdk20="/usr/lib/jvm/java-20-openjdk-$__arch /usr/lib/jvm/java-20-openjdk"
 
 
 # And a few aliases
-__jvm_openjdk="$__jvm_openjdk11 $__jvm_openjdk10 $__jvm_openjdk9 $__jvm_openjdk8 $__jvm_openjdk7 $__jvm_openjdk6"
+__jvm_openjdk="$__jvm_openjdk20 $__jvm_openjdk19 $__jvm_openjdk18 $__jvm_openjdk17 $__jvm_openjdk11 $__jvm_openjdk10 $__jvm_openjdk9 $__jvm_openjdk8 $__jvm_openjdk7 $__jvm_openjdk6"
 
 # The java* runtimes:
-__jvm_java11="$__jvm_openjdk11 $__jvm_oracle11"
+__jvm_java20="$__jvm_openjdk20 $__jvm_oracle20"
+__jvm_java19="$__jvm_java20 $__jvm_openjdk19 $__jvm_oracle19"
+__jvm_java18="$__jvm_java19 $__jvm_openjdk18 $__jvm_oracle18"
+__jvm_java17="$__jvm_java18 $__jvm_openjdk17 $__jvm_oracle17"
+__jvm_java11="$__jvm_java17 $__jvm_openjdk11 $__jvm_oracle11"
 __jvm_java10="$__jvm_java11 $__jvm_openjdk10 $__jvm_oracle10"
 __jvm_java9="$__jvm_java10 $__jvm_openjdk9 $__jvm_oracle9"
 __jvm_java8="$__jvm_java9 $__jvm_openjdk8 $__jvm_oracle8"



View it on GitLab: https://salsa.debian.org/java-team/java-wrappers/-/compare/bf6fd4d61c6baa771dcbc00e3f768d48016507fe...a3e2430015d85f421305d7ca9ff3af64784af5ea

-- 
View it on GitLab: https://salsa.debian.org/java-team/java-wrappers/-/compare/bf6fd4d61c6baa771dcbc00e3f768d48016507fe...a3e2430015d85f421305d7ca9ff3af64784af5ea
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/20221203/8cabcc2d/attachment.htm>


More information about the pkg-java-commits mailing list