[SCM] Debian packaging of libppi-xs-perl branch, master, updated. 6bbe8c11362997f528ad3775fa40994f12704487

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


The following commit has been merged in the master branch:
commit 7a0c8cb8d0985eef0fd5b69588cebeb77f3a3a50
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:52:26 2012 -0600

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

diff --git a/debian/control b/debian/control
index f09c8f0..243fc45 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,25 @@
 Source: libppi-xs-perl
-Section: perl
-Priority: optional
-Build-Depends: perl (>= 5.8.0-7), debhelper (>= 7.2.10),
- libppi-perl (>= 0.845), libtest-pod-perl, libpod-simple-perl (>= 3.07),
- libtest-cpan-meta-perl, libtest-minimumversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Section: perl
+Priority: optional
+Build-Depends: perl,
+               debhelper (>= 7.2.10),
+               libppi-perl,
+               libtest-pod-perl,
+               libtest-cpan-meta-perl,
+               libtest-minimumversion-perl
 Standards-Version: 3.8.1
-Homepage: http://search.cpan.org/dist/PPI-XS/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libppi-xs-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libppi-xs-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libppi-xs-perl.git
+Homepage: http://search.cpan.org/dist/PPI-XS/
 
 Package: libppi-xs-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
-  libppi-perl (>= 0.845)
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         libppi-perl
 Description: Perl module to accelerate the Perl Parsing Interface (PPI)
  PPI::XS provides XS-based acceleration of the core PPI packages. It
  selectively replaces a (small but growing) number of methods throughout PPI
@@ -24,3 +29,4 @@ Description: Perl module to accelerate the Perl Parsing Interface (PPI)
  transparently. The integration between the primary (Perl) implementation and
  the XS-accelerated version are designed to degrade gracefully if they fall out
  of sync -- the Perl version is preferred over the XS version.
+

-- 
Debian packaging of libppi-xs-perl



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