r41538 - in /trunk/libnumber-compare-perl/debian: changelog control
    gregoa at users.alioth.debian.org 
    gregoa at users.alioth.debian.org
       
    Sat Aug  8 18:36:44 UTC 2009
    
    
  
Author: gregoa
Date: Sat Aug  8 18:36:38 2009
New Revision: 41538
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41538
Log:
* debian/control:
  - make short description a noun phrase
  - mention module name in long description
Modified:
    trunk/libnumber-compare-perl/debian/changelog
    trunk/libnumber-compare-perl/debian/control
Modified: trunk/libnumber-compare-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-compare-perl/debian/changelog?rev=41538&op=diff
==============================================================================
--- trunk/libnumber-compare-perl/debian/changelog (original)
+++ trunk/libnumber-compare-perl/debian/changelog Sat Aug  8 18:36:38 2009
@@ -19,6 +19,9 @@
 
   [ gregor herrmann ]
   * debian/copyright: update formatting.
+  * debian/control:
+    - make short description a noun phrase
+    - mention module name in long description
 
  -- Tim Retout <tim at retout.co.uk>  Mon, 03 Aug 2009 20:57:45 +0100
 
Modified: trunk/libnumber-compare-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnumber-compare-perl/debian/control?rev=41538&op=diff
==============================================================================
--- trunk/libnumber-compare-perl/debian/control (original)
+++ trunk/libnumber-compare-perl/debian/control Sat Aug  8 18:36:38 2009
@@ -13,9 +13,9 @@
 Package: libnumber-compare-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Perform numeric comparisons in Perl
- Compile a simple comparison to an anonymous subroutine, which can then be
- called with a value to be tested against.
+Description: module for performing numeric comparisons in Perl
+ Number::Compare allows to compile a simple comparison to an anonymous
+ subroutine, which can then be called with a value to be tested against.
  .
  The advantage of using this module is that it understands both the SI prefixes
  'k', 'M', and 'G', as well as the IEC binary prefixes 'Ki', 'Mi' and 'Gi'.
    
    
More information about the Pkg-perl-cvs-commits
mailing list