[xml/sgml-commit] r95 - packages/xerces/libxml-xerces-perl/trunk/debian

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


Author: ejb-guest
Date: 2004-04-20 16:48:13 -0600 (Tue, 20 Apr 2004)
New Revision: 95

Modified:
   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/rules
Log:
new maintainer, incorporate NMU

Modified: packages/xerces/libxml-xerces-perl/trunk/debian/README.Debian
===================================================================
--- packages/xerces/libxml-xerces-perl/trunk/debian/README.Debian	2004-04-20 22:47:42 UTC (rev 94)
+++ packages/xerces/libxml-xerces-perl/trunk/debian/README.Debian	2004-04-20 22:48:13 UTC (rev 95)
@@ -2,7 +2,7 @@
 -----
 
 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 
+refer to the documentation provided in libxerces23-dev. As stated in the
 package description, this package provided access to the whole C++ API.
 
 Guillaume Morin <gemorin@debian.org>

Modified: packages/xerces/libxml-xerces-perl/trunk/debian/changelog
===================================================================
--- packages/xerces/libxml-xerces-perl/trunk/debian/changelog	2004-04-20 22:47:42 UTC (rev 94)
+++ packages/xerces/libxml-xerces-perl/trunk/debian/changelog	2004-04-20 22:48:13 UTC (rev 95)
@@ -1,3 +1,10 @@
+libxml-xerces-perl (2.3.0-4-1) unstable; urgency=low
+
+  * New maintainer.
+  * Incorporated changes from NMU.  (Closes: #225305)
+
+ -- Jay Berkenbilt <ejb@ql.org>  Tue, 20 Apr 2004 18:29:02 -0400
+
 libxml-xerces-perl (2.3.0-4-0.1) unstable; urgency=low
 
   * Non-maintainer upload
@@ -66,7 +73,3 @@
   * 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:

Modified: packages/xerces/libxml-xerces-perl/trunk/debian/control
===================================================================
--- packages/xerces/libxml-xerces-perl/trunk/debian/control	2004-04-20 22:47:42 UTC (rev 94)
+++ packages/xerces/libxml-xerces-perl/trunk/debian/control	2004-04-20 22:48:13 UTC (rev 95)
@@ -1,9 +1,9 @@
 Source: libxml-xerces-perl
 Section: perl
 Priority: extra
-Maintainer: Ivo Timmermans <ivo@debian.org>
+Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
 Build-Depends: debhelper (>> 3.0.18), libxerces23-dev (>= 2.3.0-1.1), perl-base
-Standards-Version: 3.5.10
+Standards-Version: 3.6.1
 
 Package: libxml-xerces-perl
 Architecture: any
@@ -12,12 +12,12 @@
 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. 
+ 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. 
+ Schema), The parser provides high performance, modularity, and scalability.
 

Modified: packages/xerces/libxml-xerces-perl/trunk/debian/rules
===================================================================
--- packages/xerces/libxml-xerces-perl/trunk/debian/rules	2004-04-20 22:47:42 UTC (rev 94)
+++ packages/xerces/libxml-xerces-perl/trunk/debian/rules	2004-04-20 22:48:13 UTC (rev 95)
@@ -59,7 +59,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-#	dh_installdebconf	
+#	dh_installdebconf
 	dh_installdocs
 	dh_installexamples samples/*
 #	dh_installmenu