r64846 - in /trunk/libmoosex-poe-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Nov 12 23:14:38 UTC 2010


Author: gregoa
Date: Fri Nov 12 23:14:32 2010
New Revision: 64846

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64846
Log:
Add a patch to fix a spelling mistake in a manpage.

Added:
    trunk/libmoosex-poe-perl/debian/patches/
    trunk/libmoosex-poe-perl/debian/patches/series
    trunk/libmoosex-poe-perl/debian/patches/spelling.patch
Modified:
    trunk/libmoosex-poe-perl/debian/changelog

Modified: trunk/libmoosex-poe-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/changelog?rev=64846&op=diff
==============================================================================
--- trunk/libmoosex-poe-perl/debian/changelog (original)
+++ trunk/libmoosex-poe-perl/debian/changelog Fri Nov 12 23:14:32 2010
@@ -4,6 +4,7 @@
   * debian/copyright: update upstream copyright, remove stanza about removed
     third party files.
   * debian/rules: remove override that removed incomplete manpages.
+  * Add a patch to fix a spelling mistake in a manpage.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 13 Nov 2010 00:03:52 +0100
 

Added: trunk/libmoosex-poe-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/patches/series?rev=64846&op=file
==============================================================================
--- trunk/libmoosex-poe-perl/debian/patches/series (added)
+++ trunk/libmoosex-poe-perl/debian/patches/series Fri Nov 12 23:14:32 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libmoosex-poe-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/patches/spelling.patch?rev=64846&op=file
==============================================================================
--- trunk/libmoosex-poe-perl/debian/patches/spelling.patch (added)
+++ trunk/libmoosex-poe-perl/debian/patches/spelling.patch Fri Nov 12 23:14:32 2010
@@ -1,0 +1,26 @@
+Description: fix a splling mistake
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-11-13
+
+--- a/lib/MooseX/POE/Meta/Method/State.pm
++++ b/lib/MooseX/POE/Meta/Method/State.pm
+@@ -2,7 +2,7 @@
+ BEGIN {
+   $MooseX::POE::Meta::Method::State::VERSION = '0.210';
+ }
+-# ABSTRACT: Dont look into this, its boring
++# ABSTRACT: Don't look into this, its boring
+ use strict;
+ use Moose;
+ extends qw(Moose::Meta::Method);
+@@ -15,7 +15,7 @@
+ 
+ =head1 NAME
+ 
+-MooseX::POE::Meta::Method::State - Dont look into this, its boring
++MooseX::POE::Meta::Method::State - Don't look into this, its boring
+ 
+ =head1 VERSION
+ 




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