Import Debian changes 0.4-ok1

java-wrappers (0.4-ok1) nile; urgency=medium

  * Build for openKylin.
This commit is contained in:
openKylinBot 2024-05-07 10:59:30 +08:00 committed by luoyaoming
parent 5fddafada9
commit 11ac17a444
8 changed files with 57 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
java-wrappers (0.4-ok1) nile; urgency=medium
* Build for openKylin.
-- openKylinBot <openKylinBot@openkylin.top> Tue, 07 May 2024 10:59:30 +0800

21
debian/control vendored Normal file
View File

@ -0,0 +1,21 @@
Source: java-wrappers
Section: java
Priority: optional
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
Uploaders: Vincent Fourmond <fourmond@debian.org>
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: unzip, ${misc:Depends}
Architecture: all
Multi-Arch: foreign
Description: wrappers for java executables
Wrapper script facilities for java executables.
.
This package can be used by packagers of java programs to
provide java runtime detection, jar lookup and a consistent
user interface (debugging, environment variables).

19
debian/copyright vendored Normal file
View File

@ -0,0 +1,19 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://salsa.debian.org/java-team/java-wrappers
Files: *
Copyright: 2008-2011, Vincent Fourmond <fourmond@debian.org>
License: LGPL-2.1+
Files: get-classpath
java-wrappers.7
Copyright: 2008-2011, Vincent Fourmond
License: GPL-2+
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'.
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'.

3
debian/java-wrappers.install vendored Normal file
View File

@ -0,0 +1,3 @@
get-classpath usr/share/java-wrappers
java-wrappers.sh usr/share/java-wrappers
jvm-list.sh usr/share/java-wrappers

3
debian/java-wrappers.links vendored Normal file
View File

@ -0,0 +1,3 @@
usr/share/java-wrappers/get-classpath usr/lib/java-wrappers/get-classpath
usr/share/java-wrappers/java-wrappers.sh usr/lib/java-wrappers/java-wrappers.sh
usr/share/java-wrappers/jvm-list.sh usr/lib/java-wrappers/jvm-list.sh

1
debian/java-wrappers.manpages vendored Normal file
View File

@ -0,0 +1 @@
java-wrappers.7

4
debian/rules vendored Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)