r31638 - in /trunk/libmoosex-attributehelpers-perl/debian: changelog control

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Mar 7 17:14:25 UTC 2009


Author: ryan52-guest
Date: Sat Mar  7 17:14:20 2009
New Revision: 31638

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31638
Log:
fix descriptions

Modified:
    trunk/libmoosex-attributehelpers-perl/debian/changelog
    trunk/libmoosex-attributehelpers-perl/debian/control

Modified: trunk/libmoosex-attributehelpers-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/debian/changelog?rev=31638&op=diff
==============================================================================
--- trunk/libmoosex-attributehelpers-perl/debian/changelog (original)
+++ trunk/libmoosex-attributehelpers-perl/debian/changelog Sat Mar  7 17:14:20 2009
@@ -1,12 +1,4 @@
 libmoosex-attributehelpers-perl (0.14-1) UNRELEASED; urgency=low
-
-  TODO:
-  debian/control:
-  - the short description should work as a "noun phrase", i.e.
-    $package is a $short_description
-    -> lower case letter and no verb at the beginning
-  - long description: s/this library/MooseX::AttributeHelpers/ and maybe a bit
-    more?
 
   * Initial Release. (Closes: #510061)
 

Modified: trunk/libmoosex-attributehelpers-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-attributehelpers-perl/debian/control?rev=31638&op=diff
==============================================================================
--- trunk/libmoosex-attributehelpers-perl/debian/control (original)
+++ trunk/libmoosex-attributehelpers-perl/debian/control Sat Mar  7 17:14:20 2009
@@ -14,8 +14,11 @@
 Package: libmoosex-attributehelpers-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.45)
-Description: Extend your attribute interfaces
+Description: Perl library to extend your attribute interfaces
  While Moose attributes provide you with a way to name your accessors,
- readers, writers, clearers and predicates, this library provides
- commonly used attribute helper methods for more specific types of
- data.
+ readers, writers, clearers and predicates, MooseX::AttributeHelpers
+ provides commonly used attribute helper methods for more specific
+ types of data.
+ .
+ It provides Bool, Counter, Number, String, Array, Bag, Hash,
+ ImmutableHash, and List attribute types.




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