[libmixin-extrafields-perl] 08/10: Added new fix-bad-whatis.patch

Florian Schlichting fsfs at alioth.debian.org
Thu Oct 3 19:40:28 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libmixin-extrafields-perl.

commit 31021f02a1c161ec0d47a34b9e3f2a933abe9b43
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Oct 3 21:37:53 2013 +0200

    Added new fix-bad-whatis.patch
---
 debian/patches/fix-bad-whatis.patch |   71 +++++++++++++++++++++++++++++++++++
 debian/patches/series               |    1 +
 2 files changed, 72 insertions(+)

diff --git a/debian/patches/fix-bad-whatis.patch b/debian/patches/fix-bad-whatis.patch
new file mode 100644
index 0000000..50e9ee3
--- /dev/null
+++ b/debian/patches/fix-bad-whatis.patch
@@ -0,0 +1,71 @@
+Description: fix manpage-has-bad-whatis-entry
+ These double entries are a failure mode of Dist::Zilla somehow
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://github.com/rjbs/Mixin-ExtraFields/issues/1
+
+--- a/lib/Mixin/ExtraFields.pm
++++ b/lib/Mixin/ExtraFields.pm
+@@ -157,7 +157,7 @@
+ 
+ =head1 NAME
+ 
+-Mixin::ExtraFields
++Mixin::ExtraFields - add extra stashes of data to your objects
+ 
+ =head1 VERSION
+ 
+@@ -209,10 +209,6 @@
+ Multiple ExtraFields stashes can be mixed into one class, using one or many
+ storage mechanisms.
+ 
+-=head1 NAME
+-
+-Mixin::ExtraFields - add extra stashes of data to your objects
+-
+ =head1 MIXING IN
+ 
+ To create a stash of extra fields, just C<use> Mixin::ExtraFields and import
+--- a/lib/Mixin/ExtraFields/Driver.pm
++++ b/lib/Mixin/ExtraFields/Driver.pm
+@@ -76,7 +76,7 @@
+ 
+ =head1 NAME
+ 
+-Mixin::ExtraFields::Driver
++Mixin::ExtraFields::Driver - a backend for extra field storage
+ 
+ =head1 VERSION
+ 
+@@ -98,10 +98,6 @@
+ retrieve data keyed to an object and a name or key.  It can store this in any
+ way it likes, and does not need to guarantee persistence across processes.
+ 
+-=head1 NAME
+-
+-Mixin::ExtraFields::Driver - a backend for extra field storage
+-
+ =head1 SUBCLASSING
+ 
+ All drivers must implement the four methods listed below.  The base class has
+--- a/lib/Mixin/ExtraFields/Driver/HashGuts.pm
++++ b/lib/Mixin/ExtraFields/Driver/HashGuts.pm
+@@ -107,7 +107,7 @@
+ 
+ =head1 NAME
+ 
+-Mixin::ExtraFields::Driver::HashGuts
++Mixin::ExtraFields::Driver::HashGuts - store extras in a hashy object's guts
+ 
+ =head1 VERSION
+ 
+@@ -131,10 +131,6 @@
+     driver => { class => 'HashGuts', hash_key => "\0Something\0Wicked\0" }
+   };
+ 
+-=head1 NAME
+-
+-Mixin::ExtraFields::Driver::HashGuts - store extras in a hashy object's guts
+-
+ =head1 METHODS
+ 
+ In addition to the methods required by Mixin::ExtraFields::Driver, the
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..faba871
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-bad-whatis.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmixin-extrafields-perl.git



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