Import Debian changes 0.4-ok1
java-wrappers (0.4-ok1) nile; urgency=medium * Build for openKylin.
This commit is contained in:
parent
5fddafada9
commit
11ac17a444
|
@ -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
|
|
@ -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).
|
|
@ -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'.
|
|
@ -0,0 +1,3 @@
|
|||
get-classpath usr/share/java-wrappers
|
||||
java-wrappers.sh usr/share/java-wrappers
|
||||
jvm-list.sh usr/share/java-wrappers
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
java-wrappers.7
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
Loading…
Reference in New Issue