[SCM] Debian packaging of libobject-insideout-perl branch, master, updated. debian/3.84-1-1-g15e4c86

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


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

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

diff --git a/debian/control b/debian/control
index 3adb7ff..dc6e210 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) | perl (>= 5.14)
+ perl (>= 5.14) | libthreads-shared-perl (>= 1.33)
 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>
@@ -19,7 +19,7 @@ Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends},
  libexception-class-perl (>= 1.29)
 Suggests: libwant-perl,
- libthreads-shared-perl (>= 1.33) | perl (>= 5.14)
+ perl (>= 5.14) | libthreads-shared-perl (>= 1.33)
 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