[SCM] Debian packaging of libobject-insideout-perl branch, master, updated. debian/3.87-1-28-g00e1f82
gregor herrmann
gregoa at debian.org
Mon Jun 3 20:16:02 UTC 2013
The following commit has been merged in the master branch:
commit d265d7a13a46f23e5a47ff3dc875afb17769728a
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Jun 3 22:09:33 2013 +0200
Update (build) dependencies.
diff --git a/debian/control b/debian/control
index 5d7da90..61f3ec3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,11 @@ Uploaders: Jonathan Yu <jawnsy at cpan.org>,
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
+# in theory, Data::Dumper: 2.131
Build-Depends-Indep: perl,
libexception-class-perl (>= 1.32),
- libwant-perl,
+ libscalar-list-utils-perl (>= 1:1.25) | perl (>= 5.17.1),
+ libwant-perl (>= 0.21),
perl (>= 5.13.0) | libthreads-shared-perl (>= 1.33),
perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
Standards-Version: 3.9.3
@@ -18,11 +20,12 @@ Homepage: https://metacpan.org/release/Object-InsideOut/
Package: libobject-insideout-perl
Architecture: all
+# in theory, Data::Dumper: 2.131
Depends: ${perl:Depends},
${misc:Depends},
- libexception-class-perl (>= 1.32)
-Suggests: libwant-perl,
- perl (>= 5.14) | libthreads-shared-perl (>= 1.33)
+ libexception-class-perl (>= 1.32),
+Suggests: libwant-perl (>= 0.21),
+ perl (>= 5.13.0) | 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