[SCM] Debian packaging of libextutils-xspp-perl branch, master, updated. debian/0.1602-2-2-gcb6de14

gregor herrmann gregoa at debian.org
Wed Nov 23 18:23:56 UTC 2011


The following commit has been merged in the master branch:
commit cb6de1472fc3d40f267424dba86d9a9d3f51ed9c
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Nov 23 19:05:17 2011 +0100

    Swap order of alternative (build) dependencies after the perl 5.14 transition.

diff --git a/debian/control b/debian/control
index 52fe125..16b9c5c 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) | perl (>= 5.14)
+ perl (>= 5.14) | libextutils-parsexs-perl (>= 2.220200)
 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) | perl (>= 5.14)
+ perl (>= 5.14) | libextutils-parsexs-perl (>= 2.220200)
 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