r27826 - in /trunk/libtest-base-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Dec 6 17:21:13 UTC 2008


Author: gregoa
Date: Sat Dec  6 17:21:09 2008
New Revision: 27826

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27826
Log:
debian/control: add ${misc:Depends} to Depends, and an alternative (build)
dependency on perl-modules to the (build) dependency on
libtest-simple-perl.

Modified:
    trunk/libtest-base-perl/debian/changelog
    trunk/libtest-base-perl/debian/control

Modified: trunk/libtest-base-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-base-perl/debian/changelog?rev=27826&op=diff
==============================================================================
--- trunk/libtest-base-perl/debian/changelog (original)
+++ trunk/libtest-base-perl/debian/changelog Sat Dec  6 17:21:09 2008
@@ -6,6 +6,9 @@
   * debian/copyright: switch to new format and add information about files
     under inc/.
   * Add /me to Uploaders.
+  * debian/control: add ${misc:Depends} to Depends, and an alternative (build)
+    dependency on perl-modules to the (build) dependency on
+    libtest-simple-perl.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:47:42 +0100
 

Modified: trunk/libtest-base-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-base-perl/debian/control?rev=27826&op=diff
==============================================================================
--- trunk/libtest-base-perl/debian/control (original)
+++ trunk/libtest-base-perl/debian/control Sat Dec  6 17:21:09 2008
@@ -3,8 +3,8 @@
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6), libspiffy-perl (>= 0.30),
- libtest-simple-perl (>= 0.62), libalgorithm-diff-perl, libtext-diff-perl,
- libyaml-perl
+ perl-modules (>= 5.8.8) | libtest-simple-perl (>= 0.62),
+ libalgorithm-diff-perl, libtext-diff-perl, libyaml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debian.org>, Damyan Ivanov <dmn at debian.org>,
  gregor herrmann <gregoa at debian.org>
@@ -16,7 +16,8 @@
 Package: libtest-base-perl
 Architecture: all
 Depends: ${perl:Depends}, libspiffy-perl (>= 0.30), libalgorithm-diff-perl,
- libtext-diff-perl, libtest-simple-perl (>= 0.6.2)
+ libtext-diff-perl, perl-modules (>= 5.8.8) | libtest-simple-perl (>= 0.6.2),
+ ${misc:Depends}
 Description: A data driven testing framework for Perl
  Testing is usually the ugly part of Perl module authoring. Perl gives you a
  standard way to run tests with Test::Harness, and basic testing primitives




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