[SCM] Debian packaging of Test::Carp branch, master, updated. c02ade02092e1f5df048e60f010a43655722a89c

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Aug 25 10:51:05 UTC 2011


The following commit has been merged in the master branch:
commit f75106cc65a6bd469c960808666af8c2eca095a2
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Aug 25 10:44:54 2011 +0000

    d/control: delete unnecessary unversioned Depends: perl, lowercase short description

diff --git a/debian/changelog b/debian/changelog
index 5396f4b..cac2513 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,6 @@ libtest-carp-perl (0.2-1) UNRELEASED; urgency=low
 
   TODO:
   - d/control:
-    + lowercase short description
-    + remove unversioned perl from Depends
     + add libtest-pod-perl, libtest-pod-coverage-perl to B-D-I for additional
       tests
 
diff --git a/debian/control b/debian/control
index 3901850..faf8901 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,8 @@ Homepage: http://search.cpan.org/dist/Test-Carp/
 
 Package: libtest-carp-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- perl
-Description: Module to test your code for calls to Carp functions
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module to test your code for calls to Carp functions
  Test::Carp is a module that facilitates testing whether or not a 
  particular Carp function is called as a result of given code. It also
  allows checking the value (error message) the Carp function is called

-- 
Debian packaging of Test::Carp



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