diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8871045 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +java-wrappers (0.3-ok2) yangtze; urgency=medium + + * Build for openKylin. + + -- zhouganqing Thu, 17 Nov 2022 14:33:31 +0800 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +11 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..840e27f --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: java-wrappers +Section: java +Priority: optional +Maintainer: Openkylin Developers +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). diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d859672 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,20 @@ +java-wrappers was written and debianized by Vincent Fourmond + +Copyright 2007, 2008 by Vincent Fourmond + + 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'. diff --git a/debian/java-wrappers.install b/debian/java-wrappers.install new file mode 100644 index 0000000..cc56cfc --- /dev/null +++ b/debian/java-wrappers.install @@ -0,0 +1,3 @@ +get-classpath usr/share/java-wrappers +java-wrappers.sh usr/share/java-wrappers +jvm-list.sh usr/share/java-wrappers diff --git a/debian/java-wrappers.links b/debian/java-wrappers.links new file mode 100644 index 0000000..7ea946c --- /dev/null +++ b/debian/java-wrappers.links @@ -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 diff --git a/debian/java-wrappers.manpages b/debian/java-wrappers.manpages new file mode 100644 index 0000000..7dab915 --- /dev/null +++ b/debian/java-wrappers.manpages @@ -0,0 +1 @@ +java-wrappers.7 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)