[SCM] Debian packaging of libextutils-xspp-perl branch, master, updated. 04a770a65bba9c2a548c8808d1ff5b5fe1f4fd50

gregor herrmann gregoa at debian.org
Mon Aug 8 15:43:53 UTC 2011


The following commit has been merged in the master branch:
commit 60b256e6d14ef0d49adec6d1ef1128f86711213f
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 8 17:39:10 2011 +0200

    Add perl (>= 5.14) as an alternative (build) dependency to
    libextutils-parsexs-perl.
    
    Closes: #636770

diff --git a/debian/control b/debian/control
index b214a58..52fe125 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libtest-base-perl,
  libtest-differences-perl,
- libextutils-parsexs-perl (>= 2.220200)
+ libextutils-parsexs-perl (>= 2.220200) | perl (>= 5.14)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>, Ansgar Burchardt <ansgar at debian.org>
@@ -17,7 +17,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libextutils-x
 Package: libextutils-xspp-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
- libextutils-parsexs-perl (>= 2.220200)
+ libextutils-parsexs-perl (>= 2.220200) | perl (>= 5.14)
 Description: module for using Perl XS with C++ code
  ExtUtils::XSpp is a Perl module that implements XS++, a thin layer on top of
  plain XS designed to support C++ code. It allows developers to easily write

-- 
Debian packaging of libextutils-xspp-perl



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