[libxml-commons-resolver1.1-java] 01/35: Initial Debian release (1.1-1)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jun 19 12:35:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libxml-commons-resolver1.1-java.
commit 1455ef4e4ac727c4dc2f1315a88fda11b466cf44
Author: Stefan Gybas <sgybas at debian.org>
Date: Wed Feb 18 11:21:32 2004 +0000
Initial Debian release (1.1-1)
---
debian/README.Debian | 18 ++++++++
debian/changelog | 5 +++
debian/compat | 1 +
debian/control | 31 +++++++++++++
debian/copyright | 58 +++++++++++++++++++++++++
debian/libxml-commons-resolver1.1-java-doc.docs | 2 +
debian/rules | 32 ++++++++++++++
7 files changed, 147 insertions(+)
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..36f8954
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,18 @@
+Apache XML Commons Resolver for Debian
+--------------------------------------
+
+- The JAR is named xml-commons-resolver-*.jar in /usr/share/java. Most
+ applications that use the resolver library expect the JAR name to be simply
+ resolver.jar in their build files.
+
+- Two files are missing in the Debian package compared to upstream's binary
+ distribution. I don't know where upstream got them from, the strings
+ "WhichFactory" and "WhichJar" don't appear in the source code at all:
+
+ org.apache.env.WhichFactory.properties
+ org.apache.env.WhichJar.properties
+
+- The Javadoc API documentation is not re-created during the build process
+ because there are no tools for this in the Debian main section. The
+ pre-built version from the distribution archive is used instead.
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..6189b8c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libxml-commons-resolver1.1-java (1.1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Stefan Gybas <sgybas at debian.org> Wed, 18 Feb 2004 11:14:35 +0100
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..311fe59
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: libxml-commons-resolver1.1-java
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Stefan Gybas <sgybas at debian.org>
+Build-Depends: cdbs (>= 0.4.8), debhelper (>= 4.1.0), kaffe (>= 1.1.3-1), jikes, libant1.6-java, libxerces-java
+Standards-Version: 3.6.1
+
+Package: libxml-commons-resolver1.1-java
+Architecture: all
+Section: libs
+Depends: classpath | java1-runtime | java2-runtime
+Suggests: libxml-commons-resolver1.1-java-doc
+Description: XML entity and URI resolver library
+ Apache XML Commons Resolver simplifies the task of using XML catalog files to
+ perform entity resolution. They are used by other Apache XML projects like
+ Xerces-J and Xalan-J.
+ .
+ Apache XML Commons home page: http://xml.apache.org/commons/
+
+Package: libxml-commons-resolver1.1-java-doc
+Architecture: all
+Section: doc
+Suggests: libxml-commons-resolver1.1-java
+Description: XML entity and URI resolver library -- documentation
+ Apache XML Commons Resolver simplifies the task of using XML catalog files to
+ perform entity resolution. This package includes the HTML and Javadoc API
+ documentation.
+ .
+ Apache XML Commons home page: http://xml.apache.org/commons/
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8873df1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,58 @@
+This package was debianized by Stefan Gybas <sgybas at debian.org> on 18-Feb-2004.
+The source was downloaded from http://www.apache.de/dist/xml/commons/
+
+Copyright:
+
+/* ====================================================================
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 2001-2003 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" 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 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/>.
+ */
diff --git a/debian/libxml-commons-resolver1.1-java-doc.docs b/debian/libxml-commons-resolver1.1-java-doc.docs
new file mode 100644
index 0000000..9011443
--- /dev/null
+++ b/debian/libxml-commons-resolver1.1-java-doc.docs
@@ -0,0 +1,2 @@
+docs/*
+apidocs/resolver
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..53fdba5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,32 @@
+#!/usr/bin/make -f
+# debian/rules file for libxml-commons-resolver1.1-java (uses cdbs)
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+API_VERSION := 1.1
+
+# These two must be specified
+JAVACMD := /usr/bin/kaffe
+ANT_HOME := /usr/share/ant1.6
+
+# Additional JARs to add to the class path, either full path or just the
+# basename for JARs in /usr/share/java. The ".jar" suffix may also be ommitted
+DEB_JARS := xerces /usr/share/ant1.6/lib/ant-launcher.jar
+
+# Build compiler
+DEB_ANT_COMPILER := jikes
+
+# Defaults to debian/ant.properties
+#DEB_ANT_PROPERTYFILE := build.properties
+
+# Defaults to build.xml (Ant default) in $(DEB_BUILDDIR)
+DEB_ANT_BUILDFILE := resolver.xml
+
+DEB_ANT_BUILD_TARGET := jar
+
+
+install/libxml-commons-resolver${API_VERSION}-java::
+ mkdir -p debian/libxml-commons-resolver${API_VERSION}-java/usr/share/java
+ install -m 644 build/resolver.jar debian/libxml-commons-resolver${API_VERSION}-java/usr/share/java/xml-commons-resolver-${API_VERSION}.jar
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-commons-resolver1.1-java.git
More information about the pkg-java-commits
mailing list