[SCM] Debian packaging of libxml-dom-xpath-perl branch, master, updated. 51f80cb6142f3cd685aa302968960ab05cf9003f

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


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

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

diff --git a/debian/control b/debian/control
index baf5758..598bb7b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,24 @@
 Source: libxml-dom-xpath-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: libxml-xpathengine-perl (>= 0.10), libxml-dom-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: libxml-xpathengine-perl,
+                     libxml-dom-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/XML-DOM-XPath/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-dom-xpath-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-dom-xpath-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-dom-xpath-perl.git
+Homepage: http://search.cpan.org/dist/XML-DOM-XPath/
 
 Package: libxml-dom-xpath-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-xpathengine-perl (>= 0.10), libxml-dom-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libxml-xpathengine-perl,
+         libxml-dom-perl
 Description: adds XPath support to XML::DOM, using XML::XPathEngine
  XML::DOM::XPath allows you to use XML::XPath methods to query a DOM.
  This is often much easier than relying only on getElementsByTagName.
@@ -23,3 +28,4 @@ Description: adds XPath support to XML::DOM, using XML::XPathEngine
  If you start a new project and you can install XML::LibXML (and libxml2 on
  which it is based) then you will get a DOM, XPath support and a lot more
  power and speed.
+

-- 
Debian packaging of libxml-dom-xpath-perl



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