[SCM] Debian packaging of libdbm-deep-perl branch, master, updated. debian/2.0006-1-6-g6b1da42

gregor herrmann gregoa at debian.org
Sat Jun 2 16:47:30 UTC 2012


The following commit has been merged in the master branch:
commit 6c71351db959bb53e8b74d77e6e019983df01b78
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 2 18:42:08 2012 +0200

    Drop manpage patch, merged upstream.

diff --git a/debian/patches/manpage-has-bad-whatis-entry.patch b/debian/patches/manpage-has-bad-whatis-entry.patch
deleted file mode 100644
index f8b3d5a..0000000
--- a/debian/patches/manpage-has-bad-whatis-entry.patch
+++ /dev/null
@@ -1,139 +0,0 @@
-Description: fix some missing pod entries
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=76378
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=76378
-Author: AGOSTINI Yves <agostini at univ-metz.fr>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2010-07-24
-
---- a/lib/DBM/Deep/Cookbook.pod
-+++ b/lib/DBM/Deep/Cookbook.pod
-@@ -1,6 +1,6 @@
- =head1 NAME
- 
--DBM::Deep::Cookbook
-+DBM::Deep::Cookbook - Cookbook for DBM::Deep
- 
- =head1 DESCRIPTION
- 
---- a/lib/DBM/Deep/Internals.pod
-+++ b/lib/DBM/Deep/Internals.pod
-@@ -1,6 +1,6 @@
- =head1 NAME
- 
--DBM::Deep::Internals
-+DBM::Deep::Internals - Out of date documentation on DBM::Deep internals
- 
- =head1 OUT OF DATE
- 
---- a/lib/DBM/Deep/Engine.pm
-+++ b/lib/DBM/Deep/Engine.pm
-@@ -19,7 +19,7 @@
- 
- =head1 NAME
- 
--DBM::Deep::Engine
-+DBM::Deep::Engine - mediate mapping between DBM::Deep objects and storage medium
- 
- =head1 PURPOSE
- 
---- a/lib/DBM/Deep/Iterator.pm
-+++ b/lib/DBM/Deep/Iterator.pm
-@@ -7,7 +7,7 @@
- 
- =head1 NAME
- 
--DBM::Deep::Iterator
-+DBM::Deep::Iterator - iterator for FIRSTKEY() and NEXTKEY()
- 
- =head1 PURPOSE
- 
---- a/lib/DBM/Deep/Null.pm
-+++ b/lib/DBM/Deep/Null.pm
-@@ -7,7 +7,7 @@
- 
- =head1 NAME
- 
--DBM::Deep::Null
-+DBM::Deep::Null - NULL object
- 
- =head1 PURPOSE
- 
---- a/lib/DBM/Deep/Iterator/File/BucketList.pm
-+++ b/lib/DBM/Deep/Iterator/File/BucketList.pm
-@@ -7,7 +7,7 @@
- 
- =head1 NAME
- 
--DBM::Deep::Iterator::BucketList
-+DBM::Deep::Iterator::BucketList - mediate between DBM::Deep::Iterator and DBM::Deep::Engine::Sector::BucketList
- 
- =head1 PURPOSE
- 
---- a/lib/DBM/Deep/Iterator/File/Index.pm
-+++ b/lib/DBM/Deep/Iterator/File/Index.pm
-@@ -7,7 +7,7 @@
- 
- =head1 NAME
- 
--DBM::Deep::Iterator::Index
-+DBM::Deep::Iterator::Index - mediate between DBM::Deep::Iterator and DBM::Deep::Engine::Sector::Index
- 
- =head1 PURPOSE
- 
---- a/lib/DBM/Deep/Storage/File.pm
-+++ b/lib/DBM/Deep/Storage/File.pm
-@@ -13,7 +13,7 @@
- 
- =head1 NAME
- 
--DBM::Deep::Storage::File
-+DBM::Deep::Storage::File - mediate low-level interaction with storage mechanism
- 
- =head1 PURPOSE
- 
---- a/lib/DBM/Deep/Engine/File.pm
-+++ b/lib/DBM/Deep/Engine/File.pm
-@@ -41,7 +41,7 @@
- 
- =head1 NAME
- 
--DBM::Deep::Engine::File
-+DBM::Deep::Engine::File - engine for use with DBM::Deep::Storage::File
- 
- =head1 PURPOSE
- 
---- a/lib/DBM/Deep/Sector/File.pm
-+++ b/lib/DBM/Deep/Sector/File.pm
-@@ -39,12 +39,12 @@
-     return;
- }
- 
--=head2 load( $offset )
--
--This will instantiate and return the sector object that represents the data
--found at $offset.
--
--=cut
-+#=head2 load( $offset )
-+#
-+#This will instantiate and return the sector object that represents the data
-+#found at $offset.
-+#
-+#=cut
- 
- sub load {
-     my $self = shift;
---- a/lib/DBM/Deep/Storage.pm
-+++ b/lib/DBM/Deep/Storage.pm
-@@ -5,6 +5,10 @@
- use strict;
- use warnings FATAL => 'all';
- 
-+=head1 NAME
-+
-+DBM::Deep::Storage - abstract base class for storage
-+
- =head2 flush()
- 
- This flushes the filehandle. This takes no parameters and returns nothing.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 065a8f5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-manpage-has-bad-whatis-entry.patch

-- 
Debian packaging of libdbm-deep-perl



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