r44685 - in /trunk/liblingua-es-numeros-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Sep 23 20:15:50 UTC 2009


Author: gregoa
Date: Wed Sep 23 20:15:45 2009
New Revision: 44685

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44685
Log:
debian/control: make short description a noun phrase, mention module name
in long description.

Modified:
    trunk/liblingua-es-numeros-perl/debian/changelog
    trunk/liblingua-es-numeros-perl/debian/control

Modified: trunk/liblingua-es-numeros-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-es-numeros-perl/debian/changelog?rev=44685&op=diff
==============================================================================
--- trunk/liblingua-es-numeros-perl/debian/changelog (original)
+++ trunk/liblingua-es-numeros-perl/debian/changelog Wed Sep 23 20:15:45 2009
@@ -17,6 +17,10 @@
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
+
+  [ gregor herrmann ]
+  * debian/control: make short description a noun phrase, mention module name
+    in long description.
 
  -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Tue, 22 Sep 2009 13:43:47 +0200
 

Modified: trunk/liblingua-es-numeros-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-es-numeros-perl/debian/control?rev=44685&op=diff
==============================================================================
--- trunk/liblingua-es-numeros-perl/debian/control (original)
+++ trunk/liblingua-es-numeros-perl/debian/control Wed Sep 23 20:15:45 2009
@@ -16,9 +16,9 @@
 Package: liblingua-es-numeros-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Converts numbers to Spanish text
- Arbitrary precision number converter to its textual representation
- in Spanish. Supports cardinals, ordinals and reals. As managed
- numbers are widely longer than Perl's native number management,
- these are handled as character strings, allowing unlimited growth
- on the conversion system.
+Description: Perl module to convert numbers to Spanish text
+ Lingua::ES::Numeros is an arbitrary precision number converter to its textual
+ representation in Spanish. Supports cardinals, ordinals and reals. As managed
+ numbers are widely longer than Perl's native number management, these are
+ handled as character strings, allowing unlimited growth on the conversion
+ system.




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