[java-wrappers] 05/61: Moved java-wrappers to a separate package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 17:55:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository java-wrappers.

commit 53836dc1f0ef9fbb59b732ccd46e75c45d3ac72f
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Mon Feb 11 19:12:43 2008 +0000

    Moved java-wrappers to a separate package
---
 debian/changelog              |  5 +++++
 debian/compat                 |  1 +
 debian/control                | 16 +++++++++++++++
 debian/copyright              | 17 ++++++++++++++++
 debian/java-wrappers.install  |  1 +
 debian/java-wrappers.manpages |  1 +
 debian/rules                  | 46 +++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 87 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..41fc517
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+java-wrappers (0.1) unstable; urgency=low
+
+  * Initial release. 
+
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 11 Feb 2008 20:02:05 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7813681
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..35dc7d4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: java-wrappers
+Section: misc
+Priority: optional
+Maintainer: Debian Java Mailing List <debian-java at lists.debian.org>
+Uploaders: Vincent Fourmond <fourmond at debian.org>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.3
+
+Package: java-wrappers
+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).
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f189cfc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,17 @@
+java-wrappers was written and debianized by Vincent Fourmond
+
+Copyright 2007, 2008 by Vincent Fourmond <fourmond at 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
diff --git a/debian/java-wrappers.install b/debian/java-wrappers.install
new file mode 100644
index 0000000..2ed94e9
--- /dev/null
+++ b/debian/java-wrappers.install
@@ -0,0 +1 @@
+java-wrappers.sh usr/lib/java-wrappers
\ No newline at end of file
diff --git a/debian/java-wrappers.manpages b/debian/java-wrappers.manpages
new file mode 100644
index 0000000..6fcb754
--- /dev/null
+++ b/debian/java-wrappers.manpages
@@ -0,0 +1 @@
+java-wrappers.7
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c0667c2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+# MAde with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Cristoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+
+install: install-stamp
+install-stamp: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	touch install-stamp
+
+binary-arch:
+
+# Build architecture-independent files here.
+# Pass -i to all debhelper commands in this target to reduce clutter.
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installdocs -i
+	dh_installexamples -i
+	dh_installman -i
+	dh_install -i
+	dh_installchangelogs  -i
+	dh_link -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-wrappers.git



More information about the pkg-java-commits mailing list