[libcommons-logging-java] 01/66: Initial revision
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jan 12 10:57:39 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libcommons-logging-java.
commit ca69f7059ad490d298ac5e994930fc74b79b68f3
Author: Takashi Okamoto <tora at debian.org>
Date: Sun Oct 20 02:55:56 2002 +0000
Initial revision
---
debian/changelog | 21 +++++++
debian/control | 22 ++++++++
debian/copyright | 67 ++++++++++++++++++++++
debian/dirs | 1 +
debian/docs | 1 +
debian/libcommons-logging-java-doc.docs | 2 +
debian/libcommons-logging-java.links | 2 +
debian/rules | 98 +++++++++++++++++++++++++++++++++
8 files changed, 214 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..87403a3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,21 @@
+commons-logging (1.0.2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Takashi Okamoto <tora at debian.org> Sun, 6 Oct 2002 19:22:59 +0900
+
+commons-logging (1.0.1-2) unstable; urgency=low
+
+ * fixed typo(closes: #159998)
+
+ -- Takashi Okamoto <tora at debian.org> Sun, 8 Sep 2002 10:43:02 +0900
+
+commons-logging (1.0.1-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Takashi Okamoto <tora at debian.org> Mon, 5 Nov 2001 08:15:04 +0900
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6c2d482
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: commons-logging
+Section: contrib/libs
+Priority: optional
+Maintainer: Takashi Okamoto <tora at debian.org>
+Build-Depends-Indep: debhelper (>> 3.0.0), ant, liblogkit-java, liblog4j
+Standards-Version: 3.5.2
+
+Package: libcommons-logging-java
+Architecture: all
+Depends: java-common, liblogkit-java, liblog4j
+Suggests: libcommons-logging-java-doc
+Description: The commmon wrapper interface for several logging API.
+ The commons-logging package provides a simple, component oriented
+ interface (org.apache.commons.logging.Log) together with wrappers for
+ logging systems. The user can choose at runtime which system they want
+ to use.
+
+Package: libcommons-logging-java-doc
+Architecture: all
+Description: Documentation for libcommons-logging-java
+ Documentation for libcommons-logging-java which is wrapper interface
+ for sevral logging API.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8d867d6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,67 @@
+This package was debianized by Takashi Okamoto <tora at debian.org> on
+Mon, 5 Nov 2001 08:15:04 +0900.
+
+It was downloaded from http://jakarta.apache.org/commons/
+
+
+Copyright:
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 1999-2001 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 acknowlegement:
+ * "This product includes software developed by the
+ * Apache Software Foundation (http://www.apache.org/)."
+ * Alternately, this acknowlegement may appear in the software itself,
+ * if and wherever such third-party acknowlegements normally appear.
+ *
+ * 4. The names "The Jakarta Project", "Commons", and "Apache Software
+ * Foundation" 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"
+ * nor may "Apache" appear in their names without prior written
+ * permission of the Apache Group.
+ *
+ * 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/>.
+ *
+ */
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..13c9f03
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/share/java
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..adaa031
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+STATUS.html
diff --git a/debian/libcommons-logging-java-doc.docs b/debian/libcommons-logging-java-doc.docs
new file mode 100644
index 0000000..7cc74fa
--- /dev/null
+++ b/debian/libcommons-logging-java-doc.docs
@@ -0,0 +1,2 @@
+dist/docs/api
+STATUS.html
diff --git a/debian/libcommons-logging-java.links b/debian/libcommons-logging-java.links
new file mode 100644
index 0000000..b6116e2
--- /dev/null
+++ b/debian/libcommons-logging-java.links
@@ -0,0 +1,2 @@
+usr/share/java/commons-logging-1.0.2.jar usr/share/java/commons-logging.jar
+usr/share/java/commons-logging-api-1.0.2.jar usr/share/java/commons-logging-api.jar
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100644
index 0000000..c73ef3e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,98 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=3
+export LANG=C
+
+CORE=commons-logging
+API=commons-logging-api
+VERSION=1.0.2
+BUILDFILE=build.xml
+
+# for Blackdown JDK (you shuld add j2sdk1.3 at Build-Depends
+# And pacgkage should go to contrib section even if it's own license is free.
+jdk_dirs:=/usr/local/j2sdk1.4.1 /usr/lib/j2se/1.3 /usr/lib/j2sdk1.3
+export JAVA_HOME=$(shell for jdir in $(jdk_dirs); do if [ -d "$$jdir" ]; then echo $$jdir; exit 0; fi; done)
+export CLASSPATH=.:${JAVA_HOME}/lib/tools.jar:${JAVA_HOME}/jre/lib/rt.jar:/usr/share/java/log4j.jar:/usr/share/java/logkit.jar:.
+export JAVAC=${JAVA_HOME}/bin/javac
+
+# for Kaffe
+# remove following comments when you use kaffe
+# you should you kaffe when you want to put your package into main
+#export JAVA_HOME=/usr/lib/kaffe
+#export CLASSPATH=.:/usr/share/kaffe/Klasses.jar:/usr/share/kaffe/rmi.jar
+#export JAVAC=/usr/bin/jikes
+
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+
+ # Add here commands to compile the package.
+ ant -buildfile ${BUILDFILE} javadoc compile
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ # Add here commands to clean up after the build process.
+ ant -buildfile ${BUILDFILE} clean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/logging-collections.
+ install -m 644 target/${CORE}.jar $(CURDIR)/debian/lib${CORE}-java/usr/share/java/${CORE}-${VERSION}.jar
+ install -m 644 target/${API}.jar $(CURDIR)/debian/lib${CORE}-java/usr/share/java/${API}-${VERSION}.jar
+
+ dh_movefiles --sourcedir=debian/lib${CORE}-java
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir -i
+ dh_testroot -i
+# dh_installdebconf -i
+ dh_installdocs -i
+ dh_installexamples -i
+ dh_installmenu -i
+# dh_installlogrotate -i
+# dh_installemacsen -i
+# dh_installpam -i
+# dh_installmime -i
+# dh_installinit -i
+# dh_installcron -i
+# dh_installman -i
+# dh_installinfo -i
+# dh_undocumented -i
+ dh_installchangelogs -i
+ dh_link -i
+ dh_strip -i
+ dh_compress -i
+ dh_fixperms -i
+# dh_makeshlibs -i
+ dh_installdeb -i
+# dh_perl -i
+# dh_shlibdeps -i
+ dh_gencontrol -i
+ dh_md5sums -i
+ dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-logging-java.git
More information about the pkg-java-commits
mailing list