[libmixin-extrafields-perl] 03/04: Drop fix-bad-whatis.patch, applied upstream
Florian Schlichting
fsfs at alioth.debian.org
Sat Oct 5 18:51:38 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 15777bf1c974a9337bf6c75c2859cc318c16bb21
Author: Florian Schlichting <fsfs at debian.org>
Date: Sat Oct 5 20:49:32 2013 +0200
Drop fix-bad-whatis.patch, applied upstream
---
debian/patches/fix-bad-whatis.patch | 71 -----------------------------------
debian/patches/series | 1 -
2 files changed, 72 deletions(-)
diff --git a/debian/patches/fix-bad-whatis.patch b/debian/patches/fix-bad-whatis.patch
deleted file mode 100644
index 50e9ee3..0000000
--- a/debian/patches/fix-bad-whatis.patch
+++ /dev/null
@@ -1,71 +0,0 @@
-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
deleted file mode 100644
index faba871..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-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