r52733 - in /trunk/libtest-strict-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 14 22:09:50 UTC 2010


Author: gregoa
Date: Sun Feb 14 22:04:51 2010
New Revision: 52733

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52733
Log:
debian/control: remove version from (build) dependencies.

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

Modified: trunk/libtest-strict-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-strict-perl/debian/changelog?rev=52733&op=diff
==============================================================================
--- trunk/libtest-strict-perl/debian/changelog (original)
+++ trunk/libtest-strict-perl/debian/changelog Sun Feb 14 22:04:51 2010
@@ -15,6 +15,9 @@
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
 
+  [ gregor herrmann ]
+  * debian/control: remove version from (build) dependencies.
+
  -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 14 Feb 2010 16:58:56 +0900
 
 libtest-strict-perl (0.13-1) unstable; urgency=low

Modified: trunk/libtest-strict-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-strict-perl/debian/control?rev=52733&op=diff
==============================================================================
--- trunk/libtest-strict-perl/debian/control (original)
+++ trunk/libtest-strict-perl/debian/control Sun Feb 14 22:04:51 2010
@@ -2,8 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-pod-perl (>= 0.01),
-  libdevel-cover-perl (>= 0.43)
+Build-Depends-Indep: perl, libtest-pod-perl, libdevel-cover-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>,
  Ansgar Burchardt <ansgar at 43-1.org>
@@ -14,7 +13,7 @@
 
 Package: libtest-strict-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdevel-cover-perl (>= 0.43)
+Depends: ${perl:Depends}, ${misc:Depends}, libdevel-cover-perl
 Description: test module for checking the syntax of use strict and test coverage
  Test::Strict tests if the code compiles and inter-operates with 
  Test::Simple modules. Another good practice this module can test 




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