[SCM] Debian packaging of libxml-simple-perl branch, master, updated. debian/2.20-1-2-g086a78a

gregor herrmann gregoa at debian.org
Thu Jul 5 21:10:43 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 46a2701..060c150 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,28 @@
 Source: libxml-simple-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>,
- Nathan Handler <nhandler at ubuntu.com>
+           Nathan Handler <nhandler at ubuntu.com>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl, libxml-namespacesupport-perl (>= 1.04),
- libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl,
- libtie-ixhash-perl, libxml-parser-perl
+Build-Depends-Indep: perl,
+                     libxml-namespacesupport-perl,
+                     libxml-sax-perl,
+                     libxml-libxml-perl | libxml-sax-expat-perl,
+                     libtie-ixhash-perl,
+                     libxml-parser-perl
 Standards-Version: 3.9.3
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-simple-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-simple-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-simple-perl.git
 Homepage: http://search.cpan.org/dist/XML-Simple/
 
 Package: libxml-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, libxml-namespacesupport-perl (>= 1.04),
- libxml-sax-perl, libxml-libxml-perl | libxml-sax-expat-perl, ${misc:Depends}
+Depends: ${perl:Depends},
+         libxml-namespacesupport-perl,
+         libxml-sax-perl,
+         libxml-libxml-perl | libxml-sax-expat-perl,
+         ${misc:Depends}
 Description: Perl module for reading and writing XML
  The XML::Simple module provides a simple API layer on top of an underlying
  XML parsing module to maintain XML files (especially configuration
@@ -26,3 +32,4 @@ Description: Perl module for reading and writing XML
  optional object oriented interface allows them to be called as
  methods of an XML::Simple object.  The object interface can also be
  used at either end of a SAX pipeline.
+

-- 
Debian packaging of libxml-simple-perl



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