r49016 - in /trunk/libclass-mop-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Dec 20 12:49:17 UTC 2009


Author: gregoa
Date: Sun Dec 20 12:49:10 2009
New Revision: 49016

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49016
Log:
Build depend on "perl (>= 5.10.1)" for Test::More 0.88, the tests use
done_testing now. Ideally this would be "perl (>= 5.10.1) |
libtest-simple-perl (>= 0.88)" but we can't do that until #541342 is
sorted out.

Modified:
    trunk/libclass-mop-perl/debian/changelog
    trunk/libclass-mop-perl/debian/control

Modified: trunk/libclass-mop-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-mop-perl/debian/changelog?rev=49016&op=diff
==============================================================================
--- trunk/libclass-mop-perl/debian/changelog (original)
+++ trunk/libclass-mop-perl/debian/changelog Sun Dec 20 12:49:10 2009
@@ -1,6 +1,13 @@
 libclass-mop-perl (0.97-1) unstable; urgency=low
 
-  * New upstream release
+  [ Jonathan Yu ]
+  * New upstream release
+
+  [ gregor herrmann ]
+  * Build depend on "perl (>= 5.10.1)" for Test::More 0.88, the tests use
+    done_testing now. Ideally this would be "perl (>= 5.10.1) |
+    libtest-simple-perl (>= 0.88)" but we can't do that until #541342 is
+    sorted out.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 19 Dec 2009 16:20:16 -0500
 

Modified: trunk/libclass-mop-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-mop-perl/debian/control?rev=49016&op=diff
==============================================================================
--- trunk/libclass-mop-perl/debian/control (original)
+++ trunk/libclass-mop-perl/debian/control Sun Dec 20 12:49:10 2009
@@ -1,7 +1,7 @@
 Source: libclass-mop-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7),
+Build-Depends: perl (>= 5.10.1), debhelper (>= 7),
  libsub-name-perl (>= 0.04), libtask-weaken-perl,
  libtest-exception-perl (>= 0.27), libtest-pod-perl, libtest-pod-coverage-perl,
  libdevel-globaldestruction-perl, libsuper-perl,




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