[SCM] Debian packaging of libxml-xql-perl branch, master, updated. dc432393707e6133f7eff62cdc90c56ac4d1f871

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


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

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

diff --git a/debian/control b/debian/control
index 72df8e6..9e7419b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,28 @@
 Source: libxml-xql-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~)
+Build-Depends-Indep: perl,
+                     libdate-manip-perl,
+                     libparse-yapp-perl,
+                     libxml-dom-perl,
+                     libxml-regexp-perl
 Standards-Version: 3.8.4
-Homepage: http://search.cpan.org/dist/XML-XQL/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-xql-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-xql-perl.git
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: perl, libdate-manip-perl (>= 5.33), libparse-yapp-perl, libxml-dom-perl (>= 1.29), libxml-regexp-perl (>= 0.03)
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-xql-perl.git
+Homepage: http://search.cpan.org/dist/XML-XQL/
 
 Package: libxml-xql-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdate-manip-perl (>= 5.33), libparse-yapp-perl, libxml-dom-perl (>= 1.29), libxml-regexp-perl (>= 0.03)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdate-manip-perl,
+         libparse-yapp-perl,
+         libxml-dom-perl,
+         libxml-regexp-perl
 Description: Perl module for querying XML tree structures with XQL
  The XML::XQL module implements the XQL (XML Query Language) proposal
  submitted to the XSL Working Group in September 1998.  The spec can
@@ -30,3 +39,4 @@ Description: Perl module for querying XML tree structures with XQL
  stick to that.  Users can add their own functions, methods,
  comparison operators and data types.  Plugging in a new XML tree
  structure (like XML::Grove) should be a piece of cake.
+

-- 
Debian packaging of libxml-xql-perl



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