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

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Fri May 8 08:21:21 UTC 2009


Author: jeremiah-guest
Date: Fri May  8 08:21:16 2009
New Revision: 34963

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34963
Log:
Cleaned up the description, added dependencies to Build:D:I

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=34963&op=diff
==============================================================================
--- trunk/libtest-strict-perl/debian/changelog (original)
+++ trunk/libtest-strict-perl/debian/changelog Fri May  8 08:21:16 2009
@@ -1,24 +1,5 @@
-libtest-strict-perl (0.09-1) UNRELEASED; urgency=low
-
-  TODO:
-  
-  1) lintian:
-  W: libtest-strict-perl: copyright-contains-dh-make-perl-boilerplate
-  W: libtest-strict-perl: description-synopsis-might-not-be-phrased-properly
-  E: libtest-strict-perl: description-too-long
-  W: libtest-strict-perl: extended-description-line-too-long
-  
-  4) missing build dependencies on Devel::Cover / Test::Pod
-  
-  5) arch:any -> arch:all (d/control: change Architecture and split B-D/B-D-I
-     and remove ${shlibs:Depends}, d/rules: switch binary-*)
-  
-  6) mention module name in long description
-  
-  7) maybe switch d/copyright to new format
-  
-    -- gregoa
+libtest-strict-perl (0.09-1) unstable; urgency=low
 
   * Initial Release. Closes: #499402
-
- -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Thu, 18 Sep 2008 16:56:36 +0200
+  
+ -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Fri, 08 May 2009 10:16:21 +0200

Modified: trunk/libtest-strict-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-strict-perl/debian/control?rev=34963&op=diff
==============================================================================
--- trunk/libtest-strict-perl/debian/control (original)
+++ trunk/libtest-strict-perl/debian/control Fri May  8 08:21:16 2009
@@ -14,15 +14,13 @@
 Package: libtest-strict-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libdevel-cover-perl (>= 0.43)
-Description: check syntax, presence of use strict; and test coverage
+Description: Checks 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 
  is to "use strict;" in all perl files.
  .
  By setting a minimum test coverage through all_cover_ok(), a code author can
  ensure his code is tested above a preset level of kwalitee throughout the
- development cycle.
- .
- Along with Test::Pod, this module can provide the first tests to setup for a
- module author.
+ development cycle. Along with Test::Pod, this module can provide the first 
+ tests to setup for a module author.
  




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