[SCM] Debian packaging of libobject-insideout-perl branch, master, updated. 36efb245da6336ba65fe8cdea63b29346f810552

gregor herrmann gregoa at debian.org
Mon Aug 8 15:59:25 UTC 2011


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

    Add perl 5.14 as an alternative to libthreads-shared-perl.
    
    Closes: #636793

diff --git a/debian/control b/debian/control
index 267f9bf..4e5c09a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libexception-class-perl (>= 1.29),
  libwant-perl,
- libthreads-shared-perl (>= 1.33)
+ libthreads-shared-perl (>= 1.33) | perl (>= 5.14)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
  gregor herrmann <gregoa at debian.org>
@@ -18,7 +18,8 @@ Package: libobject-insideout-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
  libexception-class-perl (>= 1.29)
-Suggests: libwant-perl, libthreads-shared-perl (>= 1.33)
+Suggests: libwant-perl,
+ libthreads-shared-perl (>= 1.33) | perl (>= 5.14)
 Description: comprehensive inside-out object construction kit
  Object::InsideOut is a Perl module that implements inside-out objects as
  anonymous scalar references that are blessed into a class with the scalar

-- 
Debian packaging of libobject-insideout-perl



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