[xml/sgml-commit] r93 - in packages/xerces/libxml-xerces-perl/trunk: . debian

Jay Berkenbilt ejb-guest@haydn.debian.org
Tue, 20 Apr 2004 16:44:49 -0600


Author: ejb-guest
Date: 2004-04-20 16:44:45 -0600 (Tue, 20 Apr 2004)
New Revision: 93

Added:
   packages/xerces/libxml-xerces-perl/trunk/debian/
   packages/xerces/libxml-xerces-perl/trunk/debian/README.Debian
   packages/xerces/libxml-xerces-perl/trunk/debian/changelog
   packages/xerces/libxml-xerces-perl/trunk/debian/control
   packages/xerces/libxml-xerces-perl/trunk/debian/copyright
   packages/xerces/libxml-xerces-perl/trunk/debian/dirs
   packages/xerces/libxml-xerces-perl/trunk/debian/docs
   packages/xerces/libxml-xerces-perl/trunk/debian/rules
Log:
initial injection of 2.3.0-4-0.1


Property changes on: packages/xerces/libxml-xerces-perl/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/xerces/libxml-xerces-perl/trunk/debian/README.Debian
===================================================================
--- packages/xerces/libxml-xerces-perl/trunk/debian/README.Debian	2004-04-20 22:35:45 UTC (rev 92)
+++ packages/xerces/libxml-xerces-perl/trunk/debian/README.Debian	2004-04-20 22:44:45 UTC (rev 93)
@@ -0,0 +1,8 @@
+Notes
+-----
+
+There is no real documentation for this package. Therefore you might want to
+refer to the documentation provided in libxerces1-dev. As stated in the 
+package description, this package provided access to the whole C++ API.
+
+Guillaume Morin <gemorin@debian.org>

Added: packages/xerces/libxml-xerces-perl/trunk/debian/changelog
===================================================================
--- packages/xerces/libxml-xerces-perl/trunk/debian/changelog	2004-04-20 22:35:45 UTC (rev 92)
+++ packages/xerces/libxml-xerces-perl/trunk/debian/changelog	2004-04-20 22:44:45 UTC (rev 93)
@@ -0,0 +1,72 @@
+libxml-xerces-perl (2.3.0-4-0.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * New upstream release.  (Closes: #225305)
+  * debian/copyright: updated with latest LICENSE file
+  * debian/control: updated build dependency
+  * debian/rules: Added XERCES_CONFIG
+
+ -- Jay Berkenbilt <ejb@ql.org>  Wed, 17 Mar 2004 17:32:11 -0500
+
+libxml-xerces-perl (2.1.0-1-1) unstable; urgency=low
+
+  * New upstream version.
+  * debian/control:
+      - New upstream version requires xerces 2.1: updated build
+        dependency.  (Closes: #196214)
+
+ -- Ivo Timmermans <ivo@debian.org>  Thu,  5 Jun 2003 17:53:20 +0200
+
+libxml-xerces-perl (2.0.0-3-3) unstable; urgency=low
+
+  * New maintainer.
+  * debian/control:
+      - Update Standards-Version
+      - Change Section to perl.
+
+ -- Ivo Timmermans <ivo@debian.org>  Thu, 22 May 2003 19:05:19 +0200
+
+libxml-xerces-perl (2.0.0-3-2) unstable; urgency=low
+
+  * rules: comment out "make test" since a lot of tests do not work
+    if there is no generated locales.
+
+ -- Guillaume Morin <gemorin@debian.org>  Tue, 10 Dec 2002 11:42:08 +0100
+
+libxml-xerces-perl (2.0.0-3-1) unstable; urgency=low
+
+  * New upstream release (closes: #162329,#172341,#121586)
+  * control: Build-Depends on libxerces20-dev and perl-base
+  * control: bumped Standards-Version to 3.5.8.0
+  * control: now Suggests libxerces20-doc instead of *-dev
+
+ -- Guillaume Morin <gemorin@debian.org>  Mon,  9 Dec 2002 13:36:58 +0100
+
+libxml-xerces-perl (1.5.2.0-4) unstable; urgency=low
+
+  * Recompiled against perl 5.6
+
+ -- Guillaume Morin <gemorin@debian.org>  Tue, 27 Aug 2002 16:20:32 +0200
+
+libxml-xerces-perl (1.5.2.0-3) unstable; urgency=low
+
+  * Removed the 'make test' from rules since some tests fail if
+    there is no generated locales. (closes: #139648)
+
+ -- Guillaume Morin <gemorin@debian.org>  Tue, 27 Aug 2002 16:20:29 +0200
+
+libxml-xerces-perl (1.5.2.0-2) unstable; urgency=low
+
+  * Changed section from libs to interpreters
+
+ -- Guillaume Morin <gemorin@debian.org>  Sun, 25 Nov 2001 12:48:29 +0100
+
+libxml-xerces-perl (1.5.2.0-1) unstable; urgency=low
+
+  * Initial Release of 1.5.2_0.  (closes: #118140)
+
+ -- Guillaume Morin <gemorin@debian.org>  Wed, 31 Oct 2001 00:04:30 +0100
+
+Local variables:
+mode: debian-changelog
+End:

Added: packages/xerces/libxml-xerces-perl/trunk/debian/control
===================================================================
--- packages/xerces/libxml-xerces-perl/trunk/debian/control	2004-04-20 22:35:45 UTC (rev 92)
+++ packages/xerces/libxml-xerces-perl/trunk/debian/control	2004-04-20 22:44:45 UTC (rev 93)
@@ -0,0 +1,23 @@
+Source: libxml-xerces-perl
+Section: perl
+Priority: extra
+Maintainer: Ivo Timmermans <ivo@debian.org>
+Build-Depends: debhelper (>> 3.0.18), libxerces23-dev (>= 2.3.0-1.1), perl-base
+Standards-Version: 3.5.10
+
+Package: libxml-xerces-perl
+Architecture: any
+Depends: ${shlibs:Depends},${perl:Depends}
+Suggests: libxerces23-doc
+Description: Perl API to Xerces XML parser
+ Xerces.pm is the Perl API to the Apache project's Xerces XML parser. It is
+ implemented using the Xerces C++ API, and it provides access to most of the C++
+ API from Perl. 
+ .
+ Because it is based on Xerces-C, Xerces.pm provides a validating XML parser
+ that makes it easy to give your application the ability to read and write XML
+ data. A shared library is provided for parsing, generating, manipulating, and
+ validating XML documents. Xerces.pm is faithful to the XML 1.0 recommendation
+ and associated standards (DOM 1.0, DOM 2.0. SAX 1.0, SAX 2.0, Namespaces, and
+ Schema), The parser provides high performance, modularity, and scalability. 
+

Added: packages/xerces/libxml-xerces-perl/trunk/debian/copyright
===================================================================
--- packages/xerces/libxml-xerces-perl/trunk/debian/copyright	2004-04-20 22:35:45 UTC (rev 92)
+++ packages/xerces/libxml-xerces-perl/trunk/debian/copyright	2004-04-20 22:44:45 UTC (rev 93)
@@ -0,0 +1,63 @@
+This package was debianized by Guillaume Morin <gemorin@debian.org> on
+Wed, 31 Oct 2001 00:04:30 +0100.
+
+It was downloaded from http://xml.apache.org/dist/xerces-p/stable/
+
+Upstream Author: The Apache Software Foundation
+
+Copyright:
+
+The Apache Software License, Version 1.1
+
+Copyright (c) 1999-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 "Xerces" 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\@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, and was
+originally based on software copyright (c) 1999, International
+Business Machines, Inc., http://www.ibm.com .  For more information
+on the Apache Software Foundation, please see
+<http://www.apache.org/>.
+

Added: packages/xerces/libxml-xerces-perl/trunk/debian/dirs
===================================================================
--- packages/xerces/libxml-xerces-perl/trunk/debian/dirs	2004-04-20 22:35:45 UTC (rev 92)
+++ packages/xerces/libxml-xerces-perl/trunk/debian/dirs	2004-04-20 22:44:45 UTC (rev 93)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: packages/xerces/libxml-xerces-perl/trunk/debian/docs
===================================================================
--- packages/xerces/libxml-xerces-perl/trunk/debian/docs	2004-04-20 22:35:45 UTC (rev 92)
+++ packages/xerces/libxml-xerces-perl/trunk/debian/docs	2004-04-20 22:44:45 UTC (rev 93)
@@ -0,0 +1,2 @@
+FAQ
+README

Added: packages/xerces/libxml-xerces-perl/trunk/debian/rules
===================================================================
--- packages/xerces/libxml-xerces-perl/trunk/debian/rules	2004-04-20 22:35:45 UTC (rev 92)
+++ packages/xerces/libxml-xerces-perl/trunk/debian/rules	2004-04-20 22:44:45 UTC (rev 93)
@@ -0,0 +1,89 @@
+#!/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 XERCES_INCLUDE=/usr/include
+export XERCES_LIB=/usr/lib
+export XERCES_CONFIG=/usr/lib/libxerces23/config.status
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+	perl Makefile.PL INSTALLDIRS=vendor
+
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE) OPTIMIZE="-O2 -g"
+	#$(MAKE) test
+
+	#/usr/bin/docbook-to-man debian/libxml-xerces-perl.sgml > libxml-xerces-perl.1
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/libxml-xerces-perl.
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libxml-xerces-perl/usr
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf	
+	dh_installdocs
+	dh_installexamples samples/*
+#	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+	dh_installman
+#	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress -X.pl
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure