r37912 - in /trunk/libreturn-value-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jun 9 16:15:43 UTC 2009


Author: gregoa
Date: Tue Jun  9 16:15:38 2009
New Revision: 37912

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

Modified:
    trunk/libreturn-value-perl/debian/changelog
    trunk/libreturn-value-perl/debian/control

Modified: trunk/libreturn-value-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreturn-value-perl/debian/changelog?rev=37912&op=diff
==============================================================================
--- trunk/libreturn-value-perl/debian/changelog (original)
+++ trunk/libreturn-value-perl/debian/changelog Tue Jun  9 16:15:38 2009
@@ -4,6 +4,8 @@
   * debian/control:
     - switch Vcs-Browser field to ViewSVN
     - change my email address
+    - make short description a noun phrase
+    - mention module name in long description
 
   [ Nathan Handler ]
   * New upstream release

Modified: trunk/libreturn-value-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreturn-value-perl/debian/control?rev=37912&op=diff
==============================================================================
--- trunk/libreturn-value-perl/debian/control (original)
+++ trunk/libreturn-value-perl/debian/control Tue Jun  9 16:15:38 2009
@@ -16,7 +16,7 @@
 Package: libreturn-value-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, 
-Description:  Polymorphic Return Values
+Description: Perl module for polymorphic return values
  Polymorphic return values are really useful.  Often, we just want to know if
  something worked or not.  Other times, we'd like to know what the error text
  was.  Still others, we may want to know what the error code was, and what the
@@ -28,5 +28,5 @@
  data.  In the quest to provide consistent return values, this gets confusing
  between complex, informational errors and successful return values.
  .
- This module provides these features with a simple API that should get you what
- you're looking for in each context a return value is used in.
+ Return::Value provides these features with a simple API that should get you
+ what you're looking for in each context a return value is used in.




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