[SCM] Debian packaging of libxml-xpath-perl branch, master, updated. fe4a7bc0013afb0c20c3514b9e57880367a2675c

gregor herrmann gregoa at debian.org
Thu Jul 5 21:11:04 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 1ec20ae..44e4378 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,26 @@
 Source: libxml-xpath-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>
+           Ansgar Burchardt <ansgar at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~),
+               quilt
+Build-Depends-Indep: perl,
+                     libxml-parser-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/XML-XPath/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-xpath-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-xpath-perl.git
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libxml-parser-perl
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-xpath-perl.git
+Homepage: http://search.cpan.org/dist/XML-XPath/
 
 Package: libxml-xpath-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-parser-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libxml-parser-perl
 Description: Perl module for processing XPath
  The XML::XPath module implements the W3C's XPath specification.  It aims to
  be completely correct to the letter of the spec, and yet still allow
  extensions through the use of functions and variables, such as are
  provided by XSLT and XPointer.
+

-- 
Debian packaging of libxml-xpath-perl



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