[liboro-java] 01/37: initial import

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 27 13:12:14 UTC 2016


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

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

commit 9daedd8663cd69b5f1cc3f9e066590db010ba50a
Author: Arnaud Vandyck <avdyk at debian.org>
Date:   Mon Apr 24 21:06:29 2006 +0000

    initial import
---
 debian/README.debian     | 23 +++++++++++++
 debian/changelog         | 89 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat            |  1 +
 debian/control           | 17 +++++++++
 debian/copyright         | 63 ++++++++++++++++++++++++++++++++++
 debian/liboro-java.links |  1 +
 debian/rules             | 23 +++++++++++++
 7 files changed, 217 insertions(+)

diff --git a/debian/README.debian b/debian/README.debian
new file mode 100644
index 0000000..2746105
--- /dev/null
+++ b/debian/README.debian
@@ -0,0 +1,23 @@
+Jakarta ORO for Debian
+----------------------
+
+- Original Jakarta-ORO package is built by JDK's javac, javadoc, and jar.
+  But this debian's version package is built by jikes, doc++, and
+  Kaffe VM's jar.   
+
+- For more information about Jakarta ORO please take a look at the
+  API Document or Jakarta ORO home page at
+  http://jakarta.apache.org/oro/index.html.
+
+issue:
+
+- API document should be compiled by doc++ instead of SUN's javadoc.
+  But doc++ in sid has problems and API document can't be compiled by
+  doc++. The problems are	
+	
+	1. doc++ spend huge time.
+	2. doc++ create separated file by each method.
+
+  Remove comments at debian/rules when problems will be fixed.
+
+Takashi Okamoto <tora at debian.org>  Mon, 12 Feb 2001 09:55:18 +0900
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c56c762
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,89 @@
+liboro-java (2.0.8-4) unstable; urgency=low
+
+  * debian/control: added myself as an uploader
+  * debian/control, debian/rule: ant transition
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Fri, 23 Sep 2005 00:11:33 +0200
+
+liboro-java (2.0.8-3) unstable; urgency=low
+
+  * Fix typo in Maintainer: field: the pkg-java maintainers mailinglist was
+    spelled wrongly
+
+ -- Jeroen van Wolffelaar <jeroen at wolffelaar.nl>  Thu, 14 Apr 2005 15:36:19 +0200
+
+liboro-java (2.0.8-2) unstable; urgency=low
+
+  * Repacked as a non-native package.
+  * debian/control: Don't Build-Depend on libant1.5-java.
+  * Updated Build-Depends on jikes and kaffe.
+  * Removed debian/patches/01_build.patch.
+  * Updated Standards-Version to 3.6.1.
+  * Moved Maintainers to Debian Java Group.
+  * Added Takashi and myself to Uploaders.
+
+ -- Michael Koch <konqueror at gmx.de>  Thu, 14 Apr 2005 07:31:15 +0000
+
+liboro-java (2.0.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Added cdbs to Build-Depends. Thanks to Daniel for the
+    report. Closes: #233181
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 20 Mar 2004 01:31:53 +0100
+
+liboro-java (2.0.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * use cdbs to build package.
+
+ -- Takashi Okamoto <tora at debian.org>  Sun, 15 Feb 2004 18:03:21 +0900
+
+liboro-java (2.0.7-1) unstable; urgency=low
+
+  * New upstream release
+  * fixed FTBFS bug (closes: #189581)
+
+ -- Takashi Okamoto <tora at debian.org>  Sun, 31 Aug 2003 19:21:03 +0900
+
+liboro-java (2.0.6-2) unstable; urgency=low
+
+  * fixed oro-2.0.6.jar was broken. (closes: #162922)
+
+ -- Takashi Okamoto <tora at debian.org>  Tue,  1 Oct 2002 17:55:47 +0900
+
+liboro-java (2.0.6-1) unstable; urgency=low
+
+  * New upstream release
+  * fixed FTBFS. (closes: #162435)
+
+ -- Takashi Okamoto <tora at debian.org>  Sat, 28 Sep 2002 21:23:05 +0900
+
+liboro-java (2.0.5-2) unstable; urgency=low
+
+  * remove ant dependency. (Closes:#133067)
+  * move new Java Policy.
+
+ -- Takashi Okamoto <tora at debian.org>  Sat,  9 Feb 2002 20:41:41 +0900
+
+liboro-java (2.0.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Takashi Okamoto <tora at debian.org>  Sat,  2 Feb 2002 00:03:56 +0900
+
+liboro-java (2.0.4-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Takashi Okamoto <tora at debian.org>  Thu, 26 Jul 2001 22:31:26 +0900
+
+liboro-java (2.0.3-1) unstable; urgency=low
+
+  * Initial release. 
+
+ -- Takashi Okamoto <tora at debian.org>  Thu, 24 May 2001 00:03:48 +0900
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b049f88
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: liboro-java
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Takashi Okamoto <tora at debian.org>, Michael Koch <konqueror at gmx.de>, Arnaud Vandyck <avdyk at debian.org>
+Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, jikes (>= 1.22), kaffe(>= 2:1.1.4.RC1), ant, gjdoc (>= 0.7.3)
+Standards-Version: 3.6.2
+
+Package: liboro-java
+Architecture: all
+Depends: java-common
+Description: Regular expression library for Java
+ The Jakarta-ORO Java classes are a set of text-processing Java classes
+ that provide Perl5 compatible regular expressions, AWK-like regular
+ expressions, glob expressions, and utility classes for performing
+ substitutions, splits, filtering filenames, etc.  
+ ORO is faster and more functional than gnu.regexp.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4ca4393
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,63 @@
+This package was debianized by Takashi Okamoto tora at debian.org on
+Tue, 21 Nov 2000 05:59:06 +0000.
+
+It was downloaded from:
+	http://jakarta.apache.org/oro/
+
+Copyright:
+/* ====================================================================
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 2000 The Apache Software Foundation.  All rights
+ * reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ *    if any, must include the following acknowledgment:
+ *       "This product includes software developed by the
+ *        Apache Software Foundation (http://www.apache.org/)."
+ *    Alternately, this acknowledgment may appear in the software itself,
+ *    if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Apache" and "Apache Software Foundation", "Jakarta-Oro" 
+ *    must not be used to endorse or promote products derived from this
+ *    software without prior written permission. For written
+ *    permission, please contact apache at apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache" 
+ *    or "Jakarta-Oro", nor may "Apache" or "Jakarta-Oro" appear in their 
+ *    name, without prior written permission of the Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ *
+ * Portions of this software are based upon software originally written 
+ * by Daniel F. Savarese. We appreciate his contributions.
+ */
diff --git a/debian/liboro-java.links b/debian/liboro-java.links
new file mode 100644
index 0000000..f02e5b7
--- /dev/null
+++ b/debian/liboro-java.links
@@ -0,0 +1 @@
+usr/share/java/oro-2.0.8.jar usr/share/java/oro.jar
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8a39a1c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# debian/rules file for liboro-java (uses cdbs)
+
+UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -\d' ' | cut -f1 -d- )
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+#include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME_DIRS := /usr/lib/kaffe
+ANT_HOME := /usr/share/ant
+DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar gnu-classpath-tools-gjdoc
+DEB_ANT_COMPILER := jikes
+DEB_ANT_BUILD_TARGET := jar #javadocs
+
+install/liboro-java::
+	mkdir -p debian/liboro-java/usr/share/java
+	install -m 644 $(DEB_SRCDIR)/jakarta-oro-$(UPSTREAM_VERSION).jar debian/liboro-java/usr/share/java/oro-$(UPSTREAM_VERSION).jar
+
+#install/liboro-java-doc::
+#	mkdir -p debian/liboro-java-doc/usr/share/doc/liboro-java-doc
+#	cp -r $(DEB_SRCDIR)/build/docs/apidocs debian/liboro-java-doc/usr/share/doc/liboro-java-doc
+

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



More information about the pkg-java-commits mailing list