r31119 - in /trunk/libxml-sax-writer-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Feb 26 20:11:54 UTC 2009


Author: gregoa
Date: Thu Feb 26 20:11:49 2009
New Revision: 31119

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31119
Log:
* debian/control:
  - mention module name in long description
  - wrap long lines

Modified:
    trunk/libxml-sax-writer-perl/debian/changelog
    trunk/libxml-sax-writer-perl/debian/control

Modified: trunk/libxml-sax-writer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/changelog?rev=31119&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/changelog (original)
+++ trunk/libxml-sax-writer-perl/debian/changelog Thu Feb 26 20:11:49 2009
@@ -27,6 +27,9 @@
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
+  * debian/control:
+    - mention module name in long description
+    - wrap long lines
 
  -- Antonio Radici <antonio at dyne.org>  Wed, 25 Feb 2009 00:53:37 +0000
 

Modified: trunk/libxml-sax-writer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/control?rev=31119&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/control (original)
+++ trunk/libxml-sax-writer-perl/debian/control Thu Feb 26 20:11:49 2009
@@ -9,14 +9,18 @@
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-sax-writer-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-sax-writer-perl/
 Build-Depends: debhelper (>= 7), quilt (>= 0.40)
-Build-Depends-Indep: perl (>= 5.8.2), perl-modules (>= 5.8.0-7), libtext-iconv-perl (>= 1.2), libxml-filter-buffertext-perl (>= 0.01), libxml-namespacesupport-perl (>= 0.03), libxml-sax-perl (>= 0.10)
+Build-Depends-Indep: perl (>= 5.8.2), perl-modules (>= 5.8.0-7),
+ libtext-iconv-perl (>= 1.2), libxml-filter-buffertext-perl (>= 0.01),
+ libxml-namespacesupport-perl (>= 0.03), libxml-sax-perl (>= 0.10)
 
 Package: libxml-sax-writer-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libtext-iconv-perl (>= 1.2), libxml-filter-buffertext-perl (>= 0.01), libxml-namespacesupport-perl (>= 0.03), libxml-sax-perl (>= 0.10)
+Depends: ${misc:Depends}, ${perl:Depends}, libtext-iconv-perl (>= 1.2),
+ libxml-filter-buffertext-perl (>= 0.01), 
+ libxml-namespacesupport-perl (>=0.03), libxml-sax-perl (>= 0.10)
 Description: Perl module for a SAX2 XML writer
- This module helps serialize SAX2 representations of XML documents to
- strings, files, and other flat representations.  It handles charset
- encodings, XML escaping conventions, and so forth.  It is still
- considered alpha, although it has been put to limited use in settings
- such as XML::LibXML and the AxKit XML Application Server.
+ XML::SAX::Writer helps to serialize SAX2 representations of XML documents to
+ strings, files, and other flat representations. It handles charset encodings,
+ XML escaping conventions, and so forth. It is still considered alpha,
+ although it has been put to limited use in settings such as XML::LibXML and
+ the AxKit XML Application Server.




More information about the Pkg-perl-cvs-commits mailing list