r72864 - in /trunk/libmoose-perl/debian: changelog patches/fix-manpage-has-bad-whatis-entry-warnings.patch patches/series

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Wed Apr 20 17:50:24 UTC 2011


Author: ghedo-guest
Date: Wed Apr 20 17:50:14 2011
New Revision: 72864

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72864
Log:
Add fix-manpage-has-bad-whatis-entry-warnings patch

Added:
    trunk/libmoose-perl/debian/patches/fix-manpage-has-bad-whatis-entry-warnings.patch
Modified:
    trunk/libmoose-perl/debian/changelog
    trunk/libmoose-perl/debian/patches/series

Modified: trunk/libmoose-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/changelog?rev=72864&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/changelog (original)
+++ trunk/libmoose-perl/debian/changelog Wed Apr 20 17:50:14 2011
@@ -1,6 +1,4 @@
 libmoose-perl (2.0000-1) UNRELEASED; urgency=low
-
-  WAITS-FOR: libeval-closure-perl
 
   TODO:
   - Update packages that break with this release (e.g. libmoosex-lazyrequire-perl,
@@ -16,6 +14,7 @@
   * Refresh patch
   * Update Conflicts in debian/control
   * Add API changes to debian/NEWS
+  * Add fix-manpage-has-bad-whatis-entry-warnings patch
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Tue, 12 Apr 2011 21:40:07 +0200
 

Added: trunk/libmoose-perl/debian/patches/fix-manpage-has-bad-whatis-entry-warnings.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/fix-manpage-has-bad-whatis-entry-warnings.patch?rev=72864&op=file
==============================================================================
--- trunk/libmoose-perl/debian/patches/fix-manpage-has-bad-whatis-entry-warnings.patch (added)
+++ trunk/libmoose-perl/debian/patches/fix-manpage-has-bad-whatis-entry-warnings.patch Wed Apr 20 17:50:14 2011
@@ -1,0 +1,86 @@
+Description: Fixes the various manpage-has-bad-whatis-entry-warnings
+ lintian warnings.
+Origin: vendor
+Bug: *** FIXME ***
+Forwarded: *** FIXME ***
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Reviewed-by: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2011-04-20
+Applied-Upstream: *** FIXME ***
+
+--- a/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm
++++ b/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm
+@@ -16,8 +16,16 @@
+ 
+ 1;
+ 
++# ABSTRACT: Helper trait for Bool attributes
++
++
++
+ =pod
+ 
++=head1 NAME
++
++Moose::Meta::Attribute::Native::Trait::Bool - Helper trait for Bool attributes
++
+ =head1 SYNOPSIS
+ 
+   package Room;
+--- a/lib/Moose/Meta/Attribute/Native/Trait/Code.pm
++++ b/lib/Moose/Meta/Attribute/Native/Trait/Code.pm
+@@ -15,8 +15,16 @@
+ 
+ 1;
+ 
++# ABSTRACT: Helper trait for CodeRef attributes
++
++
++
+ =pod
+ 
++=head1 NAME
++
++Moose::Meta::Attribute::Native::Trait::Code - Helper trait for CodeRef attributes
++
+ =head1 SYNOPSIS
+ 
+   package Foo;
+--- a/lib/Moose/Meta/Attribute/Native/Trait/Number.pm
++++ b/lib/Moose/Meta/Attribute/Native/Trait/Number.pm
+@@ -15,8 +15,16 @@
+ 
+ 1;
+ 
++# ABSTRACT: Helper trait for Num attributes
++
++
++
+ =pod
+ 
++=head1 NAME
++
++Moose::Meta::Attribute::Native::Trait::Number - Helper trait for Num attributes
++
+ =head1 SYNOPSIS
+ 
+   package Real;
+--- a/lib/Moose/Meta/Role/Attribute.pm
++++ b/lib/Moose/Meta/Role/Attribute.pm
+@@ -122,8 +122,16 @@
+ 
+ 1;
+ 
++# ABSTRACT: A Moose Method metaclass for Roles
++
++
++
+ =pod
+ 
++=head1 NAME
++
++Moose::Meta::Role::Attribute - A Moose Attribute metaclass for Roles
++
+ =head1 DESCRIPTION
+ 
+ This class implements the API for attributes in roles. Attributes in roles are

Modified: trunk/libmoose-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoose-perl/debian/patches/series?rev=72864&op=diff
==============================================================================
--- trunk/libmoose-perl/debian/patches/series (original)
+++ trunk/libmoose-perl/debian/patches/series Wed Apr 20 17:50:14 2011
@@ -1,1 +1,2 @@
+fix-manpage-has-bad-whatis-entry-warnings.patch
 0001-Work-around-a-numification-problem-on-ia64.patch




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