r34295 - /trunk/libtest-distmanifest-perl/debian/control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Apr 28 22:09:48 UTC 2009


Author: jawnsy-guest
Date: Tue Apr 28 22:09:39 2009
New Revision: 34295

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34295
Log:
This package now depends on Module::Manifest 0.07 (many bugfixes upstream including Win32 compat fixes)

Modified:
    trunk/libtest-distmanifest-perl/debian/control

Modified: trunk/libtest-distmanifest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-distmanifest-perl/debian/control?rev=34295&op=diff
==============================================================================
--- trunk/libtest-distmanifest-perl/debian/control (original)
+++ trunk/libtest-distmanifest-perl/debian/control Tue Apr 28 22:09:39 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libmodule-manifest-perl (>= 0.05),
+Build-Depends-Indep: libmodule-manifest-perl (>= 0.07),
   libtest-perl-critic-perl (>= 1.01), libperl-critic-perl (>= 1.098),
   libtest-yaml-meta-perl (>= 0.11), libtest-pod-perl (>= 1.14),
   libtest-pod-coverage-perl (>= 1.04), libtest-nowarnings-perl (>= 0.084),
@@ -17,7 +17,7 @@
 Package: libtest-distmanifest-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
-  libmodule-manifest-perl (>= 0.05)
+  libmodule-manifest-perl (>= 0.07)
 Description: Perl module for verifying CPAN MANIFEST files
  Test::DistManifest provides a simple method of testing that a MANIFEST
  matches the distribution. It is similar to Test::CheckManifest, but differs




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