r26561 - in /trunk/libxml-parser-lite-tree-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 2 15:52:56 UTC 2008


Author: gregoa
Date: Sun Nov  2 15:52:53 2008
New Revision: 26561

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26561
Log:
* debian/control:
  - long description: mention module name
  - short description: don't start with a capital letter

Modified:
    trunk/libxml-parser-lite-tree-perl/debian/changelog
    trunk/libxml-parser-lite-tree-perl/debian/control

Modified: trunk/libxml-parser-lite-tree-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-lite-tree-perl/debian/changelog?rev=26561&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/changelog (original)
+++ trunk/libxml-parser-lite-tree-perl/debian/changelog Sun Nov  2 15:52:53 2008
@@ -26,7 +26,10 @@
 
   [ gregor herrmann ]
   * debian/watch: extended regexp for matching upstream releases.
-  * debian/control: add ${misc:Depends} to Depends:.
+  * debian/control:
+    - add ${misc:Depends} to Depends:
+    - long description: mention module name
+    - short description: don't start with a capital letter
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 01 Nov 2008 01:23:24 -0430
 

Modified: trunk/libxml-parser-lite-tree-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-lite-tree-perl/debian/control?rev=26561&op=diff
==============================================================================
--- trunk/libxml-parser-lite-tree-perl/debian/control (original)
+++ trunk/libxml-parser-lite-tree-perl/debian/control Sun Nov  2 15:52:53 2008
@@ -15,8 +15,8 @@
 Package: libxml-parser-lite-tree-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libsoap-lite-perl (>= 0.70.04-4)
-Description: Lightweight XML tree builder
- This is a singleton class for parsing XML into a tree structure. How does this
- differ from other XML tree generators? By using XML::Parser::Lite, which is a 
- pure perl XML parser. Using this module you can tree-ify simple XML without 
- having to compile any C.
+Description: lightweight XML tree builder
+ XML::Parser::Lite::Tree is a singleton class for parsing XML into a tree
+ structure. How does this differ from other XML tree generators? By using
+ XML::Parser::Lite, which is a pure perl XML parser. Using this module you can
+ tree-ify simple XML without having to compile any C.




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