[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.4.3-200-geaa7cab



The following commit has been merged in the master branch:
commit eaa7cab4084321024d206b8bec5191cea4366329
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Fri Jan 28 01:27:04 2011 -0600

    Add proper versioned dependencies for subtests support in Test::More
    
    * debian/control:
      + [RG] Add a versioned build dependency on libtest-simple-perl or a
        recent Perl that has Test::More with subtests support.

diff --git a/debian/changelog b/debian/changelog
index 9712a38..2bbd18d 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -147,6 +147,8 @@ lintian (2.5.0) UNRELEASED; urgency=low
       depend on using dh7 with override targets.  (Closes: #607730)
     + [NT] Added Niels Thykier to uploaders.
     + [NT] Introduce (build) dependency on libemail-valid-perl.
+    + [RG] Add a versioned build dependency on libtest-simple-perl or a
+      recent Perl that has Test::More with subtests support.
   * debian/copyright:
     + [NT] Added Niels Thykier to maintainers.
   * debian/rules:
diff --git a/debian/control b/debian/control
index 7ed4f4c..a1d08a2 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,7 @@ Build-Depends: binutils,
                locales,
                man-db,
                perl,
+               perl (>= 5.12) | libtest-simple-perl (>= 0.93),
                python,
                quilt,
                rsync

-- 
Debian package checker


Reply to: