r70196 - in /trunk/librole-identifiable-perl/debian: changelog compat control

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Tue Mar 1 16:33:58 UTC 2011


Author: ghedo-guest
Date: Tue Mar  1 16:33:47 2011
New Revision: 70196

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70196
Log:
release to unstable

Modified:
    trunk/librole-identifiable-perl/debian/changelog
    trunk/librole-identifiable-perl/debian/compat
    trunk/librole-identifiable-perl/debian/control

Modified: trunk/librole-identifiable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librole-identifiable-perl/debian/changelog?rev=70196&op=diff
==============================================================================
--- trunk/librole-identifiable-perl/debian/changelog (original)
+++ trunk/librole-identifiable-perl/debian/changelog Tue Mar  1 16:33:47 2011
@@ -1,9 +1,5 @@
-librole-identifiable-perl (0.005-1) UNRELEASED; urgency=low
+librole-identifiable-perl (0.005-1) unstable; urgency=low
 
-  TODO:
-  - Set proper description
-  - File an ITP bug
-
-  * Initial Release.
+  * Initial Release. (Closes: #615996)
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Fri, 25 Feb 2011 18:13:40 +0100

Modified: trunk/librole-identifiable-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librole-identifiable-perl/debian/compat?rev=70196&op=diff
==============================================================================
--- trunk/librole-identifiable-perl/debian/compat (original)
+++ trunk/librole-identifiable-perl/debian/compat Tue Mar  1 16:33:47 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/librole-identifiable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librole-identifiable-perl/debian/control?rev=70196&op=diff
==============================================================================
--- trunk/librole-identifiable-perl/debian/control (original)
+++ trunk/librole-identifiable-perl/debian/control Tue Mar  1 16:33:47 2011
@@ -1,8 +1,10 @@
 Source: librole-identifiable-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libmoose-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+ libmoose-perl,
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <al3xbio at gmail.com>
 Standards-Version: 3.9.1
@@ -13,8 +15,13 @@
 Package: librole-identifiable-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl
-Description: a thing with a list of tags
- This is an incredibly simple role. It adds a required ident attribute that
- stores a simple string, meant to identify exceptions.
+Description: Moose roles to identify things
+ The Role::Identifiable distribution provides several Moose roles for
+ identifying things.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ This distribution provides the following roles:
+  * Role::Identifiable::HasIdent - Adds a required ident attribute that
+    stores a simple string, meant to identify exceptions.
+  * Role::Identifiable::HasTags - Adds the ability for your class and its
+    composed parts (roles, superclasses) as well as instances of it to
+    contribute to a pool of tags describing each instance.




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