forked from openkylin/java-wrappers
Import Debian changes 0.3-ok2
java-wrappers (0.3-ok2) yangtze; urgency=medium * Build for openKylin.
This commit is contained in:
parent
64e4323da9
commit
47ede33db2
|
@ -0,0 +1,5 @@
|
|||
java-wrappers (0.3-ok2) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- zhouganqing <zhouganqing@kylinos.cn> Thu, 17 Nov 2022 14:33:31 +0800
|
|
@ -0,0 +1 @@
|
|||
11
|
|
@ -0,0 +1,18 @@
|
|||
Source: java-wrappers
|
||||
Section: java
|
||||
Priority: optional
|
||||
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
|
||||
Build-Depends: debhelper (>= 11)
|
||||
Standards-Version: 4.1.4
|
||||
Vcs-Git: https://gitee.com/openkylin/java-wrappers.git
|
||||
Vcs-Browser: https://gitee.com/openkylin/java-wrappers
|
||||
|
||||
Package: java-wrappers
|
||||
Depends: unzip, ${misc:Depends}
|
||||
Architecture: all
|
||||
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,20 @@
|
|||
java-wrappers was written and debianized by Vincent Fourmond
|
||||
|
||||
Copyright 2007, 2008 by Vincent Fourmond <fourmond@debian.org>
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
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'.
|
|
@ -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