[SCM] debian package of XML-Easy branch, master, updated. debian/0.009-1-2-gf858d04

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


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

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

diff --git a/debian/control b/debian/control
index 583b75b..82fec27 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,25 @@
 Source: libxml-easy-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 8), perl,
- libparams-classify-perl,
- libtest-pod-coverage-perl,
- libtest-pod-perl,
- perl (>= 5.10.1) | libparent-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Fabrizio Regalli <fabreg at fabreg.it>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               perl,
+               libparams-classify-perl,
+               libtest-pod-coverage-perl,
+               libtest-pod-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/XML-Easy/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-easy-perl
 Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libxml-easy-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-easy-perl
+Homepage: http://search.cpan.org/dist/XML-Easy/
 
 Package: libxml-easy-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libparams-classify-perl,
- perl (>= 5.10.1) | libparent-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libparams-classify-perl,
+         perl
 Recommends: libinternals-perl
 Description: Perl module for XML processing with a clean interface
  XML::Easy is a collection of modules relating to the processing, parsing,
@@ -27,3 +29,4 @@ Description: Perl module for XML processing with a clean interface
  processing, and does not interpret DTDs or any other kind of schema.
  It adheres strictly to the XML specification, in all its awkward details,
  except for the aforementioned DTDs.
+

-- 
debian package of XML-Easy



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