r53931 - in /trunk/libtest-exit-perl/debian: changelog control
    mxey-guest at users.alioth.debian.org 
    mxey-guest at users.alioth.debian.org
       
    Mon Mar  8 02:04:03 UTC 2010
    
    
  
Author: mxey-guest
Date: Mon Mar  8 02:03:17 2010
New Revision: 53931
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53931
Log:
Change short description to a noun phrase
Modified:
    trunk/libtest-exit-perl/debian/changelog
    trunk/libtest-exit-perl/debian/control
Modified: trunk/libtest-exit-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exit-perl/debian/changelog?rev=53931&op=diff
==============================================================================
--- trunk/libtest-exit-perl/debian/changelog (original)
+++ trunk/libtest-exit-perl/debian/changelog Mon Mar  8 02:03:17 2010
@@ -2,7 +2,6 @@
 
   TODO:
   - d/control:
-    + short description is not a noun phrase
     + build and runtime dependencies: if the "perl (>= 5.10.1)" is there
       because of "Test::Builder: 0.86", it can be rewritten as
       "perl (>= 5.10.1) | libtest-simple-perl (>= 0.86)"
Modified: trunk/libtest-exit-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exit-perl/debian/control?rev=53931&op=diff
==============================================================================
--- trunk/libtest-exit-perl/debian/control (original)
+++ trunk/libtest-exit-perl/debian/control Mon Mar  8 02:03:17 2010
@@ -13,7 +13,7 @@
 Package: libtest-exit-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1)
-Description: Tests whether code exits without terminating testing
+Description: Perl module for testing whether code exits without terminating
  Test::Exit provides some simple tools for testing that code does or does not
  call exit(), while stopping code that does exit at the point of the exit().
  Currently it does so by means of exceptions, so it will not function properly
    
    
More information about the Pkg-perl-cvs-commits
mailing list