[SCM] Debian packaging of libxml-bare-perl branch, master, updated. upstream/0.47-45-gbe22e1c

gregor herrmann gregoa at debian.org
Thu Jul 5 21:09:12 UTC 2012


The following commit has been merged in the master branch:
commit 9cbaa61049512d8e7120ad1df3a7d4141c5d6c31
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:05:43 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index d7553e2..548d6ea 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,24 @@
 Source: libxml-bare-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Radici <antonio at dyne.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Ryan Niebur <ryan at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 9),
- perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Antonio Radici <antonio at dyne.org>, Jonathan Yu <jawnsy at cpan.org>,
- Ryan Niebur <ryan at debian.org>, gregor herrmann <gregoa at debian.org>
+Build-Depends: perl,
+               debhelper (>= 9),
+               perl (>= 5.11.1) | libtest-simple-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/XML-Bare/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-bare-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-bare-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-bare-perl.git
+Homepage: http://search.cpan.org/dist/XML-Bare/
 
 Package: libxml-bare-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: Perl module to parse XML into a 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
@@ -22,3 +27,4 @@ Description: Perl module to parse XML into a Perl hash
  In comparison to other available Perl XML parsers that create trees, XML::Bare
  is extremely fast; benchmarking shows that it can even be one or two orders of
  magnitude faster than similar modules.
+

-- 
Debian packaging of libxml-bare-perl



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