[SCM] libhtml-microformats-perl Debian packaging branch, master, updated. debian/0.104-1-17-gee44a4c

Jonas Smedegaard dr at jones.dk
Tue Aug 7 23:02:27 UTC 2012


The following commit has been merged in the master branch:
commit 4424ef980e521266253df5ca991c726cd9b52bfb
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Aug 7 16:27:29 2012 +0200

    Drop patch fixing manpage errors: Adopted upstream.

diff --git a/debian/patches/manpage-has-errors-from-pod2man.patch b/debian/patches/manpage-has-errors-from-pod2man.patch
deleted file mode 100644
index 7c28c04..0000000
--- a/debian/patches/manpage-has-errors-from-pod2man.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-Description: Fix several pod2man errors in generated manpages
-Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=73336
-
---- a/lib/HTML/Microformats.pm
-+++ b/lib/HTML/Microformats.pm
-@@ -366,8 +366,6 @@
- 
- As C<model> but returns a string.
- 
--=back
--
- =cut
- 
- sub serialise_model
---- a/lib/HTML/Microformats/DocumentContext.pm
-+++ b/lib/HTML/Microformats/DocumentContext.pm
-@@ -433,6 +433,8 @@
- 
- __END__
- 
-+=back
-+
- =head1 BUGS
- 
- Please report any bugs to L<http://rt.cpan.org/>.
---- a/lib/HTML/Microformats/ObjectCache.pm
-+++ b/lib/HTML/Microformats/ObjectCache.pm
-@@ -46,7 +46,7 @@
- 
- =over 4
- 
--=item C<< $cache->set($context, $package, $element, $object);
-+=item C<< $cache->set($context, $package, $element, $object) >>
- 
- For a given context, package (e.g. 'HTML::Microformats::Format::hCard') and DOM
- element node, stores an object in the cache.
-@@ -68,7 +68,7 @@
- 	return $self->{ $ctx->uri }->{ $klass }->{ $nodepath };
- }
- 
--=item C<< $object = $cache->get($context, $package, $element);
-+=item C<< $object = $cache->get($context, $package, $element) >>
- 
- For a given context, package (e.g. 'HTML::Microformats::Format::hCard') and DOM
- element node, retrieves an object from the cache.
-@@ -91,7 +91,7 @@
- 	return $self->{ $ctx->uri }->{ $klass }->{ $nodepath };
- }
- 
--=item C<< @objects = $cache->get_all($context, [$package]);
-+=item C<< @objects = $cache->get_all($context, [$package]) >>
- 
- For a given context and package (e.g. 'HTML::Microformats::Format::hCard'), retrieves a
- list of objects from within the cache.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index edd1350..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-manpage-has-errors-from-pod2man.patch

-- 
libhtml-microformats-perl Debian packaging



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