r30322 - /trunk/libxml-bare-perl/debian/control

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sat Jan 31 13:17:14 UTC 2009


Author: antonio-guest
Date: Sat Jan 31 13:17:11 2009
New Revision: 30322

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30322
Log:
control: adding Test::Pod build deps, VCS fields, collective maintainer, better desc

Modified:
    trunk/libxml-bare-perl/debian/control

Modified: trunk/libxml-bare-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/control?rev=30322&op=diff
==============================================================================
--- trunk/libxml-bare-perl/debian/control (original)
+++ trunk/libxml-bare-perl/debian/control Sat Jan 31 13:17:11 2009
@@ -1,16 +1,19 @@
 Source: libxml-bare-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
-Maintainer: Antonio Radici <antonio at dyne.org>
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Radici <antonio at dyne.org>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/XML-Bare/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-bare-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-bare-perl/
 
 Package: libxml-bare-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: A minimal XML parser that uses C to generate a folded perl hash
- This module provides a simple API to read and write XML files, it also
+Description: Minimal XML parser that uses C to generate a folded perl hash
+ XML::Bare provides a simple API to read and write XML files, it also
  provides a function to validate the XML schema.
  .
  The parser itself is a simple state engine that is less than 500 lines of C




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