r35530 - /trunk/libtest-refcount-perl/debian/control
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sun May 17 02:07:19 UTC 2009
Author: jawnsy-guest
Date: Sun May 17 02:07:11 2009
New Revision: 35530
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35530
Log:
Fixed dependencies :-)
Modified:
trunk/libtest-refcount-perl/debian/control
Modified: trunk/libtest-refcount-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/debian/control?rev=35530&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/debian/control (original)
+++ trunk/libtest-refcount-perl/debian/control Sun May 17 02:07:11 2009
@@ -1,8 +1,8 @@
Source: libtest-refcount-perl
Section: perl
Priority: optional
-Build-Depends: libmodule-build-perl | perl-modules (>= 5.10),
- libtest-simple-perl (>= 0.72) | perl-modules (>= 5.10),
+Build-Depends: perl-modules (>= 5.10) | libmodule-build-perl,
+ perl-modules (>= 5.10) | libtest-simple-perl,
debhelper (>= 7.2.10)
Build-Depends-Indep: libdevel-refcount-perl, libdevel-findref-perl,
perl (>= 5.6.0-12)
@@ -16,8 +16,7 @@
Package: libtest-refcount-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libdevel-refcount-perl,
- libtest-simple-perl (>= 0.72) | perl-modules (>= 5.10),
- libdevel-findref-perl
+ perl-modules (>= 5.10) | libtest-simple-perl, libdevel-findref-perl
Description: Perl module to assert reference counts
Test::Refcount asserts that an object's reference count is as expected. Since
Perl's automatic memory management algorithm uses reference counting to keep
More information about the Pkg-perl-cvs-commits
mailing list