[SCM] libhtml-microformats-perl Debian packaging branch, master, updated. debian/0.103-2-10-gb95b035

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Dec 17 22:34:54 UTC 2011


The following commit has been merged in the master branch:
commit b95b035adf0874a522be9d8fdaba15abc2e6d183
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Dec 17 23:30:15 2011 +0100

    added manpage-has-errors-from-pod2man.patch

diff --git a/debian/changelog b/debian/changelog
index 4038189..566526a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libhtml-microformats-perl (0.104-1) UNRELEASED; urgency=low
+libhtml-microformats-perl (0.104-1) unstable; urgency=low
 
   [ Florian Schlichting ]
   * Imported Upstream version 0.104.
@@ -8,12 +8,13 @@ libhtml-microformats-perl (0.104-1) UNRELEASED; urgency=low
     for new and removed files under inc/.
   * Added myself to uploaders and copyright.
   * Added (build-)dependency on libobject-authority-perl.
+  * Added manpage-has-errors-from-pod2man.patch.
 
   [ gregor herrmann ]
   * Remove debian/source/local-options; abort-on-upstream-changes and
     unapply-patches are default in dpkg-source since 1.16.1.
 
- -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sat, 17 Dec 2011 22:46:10 +0100
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sat, 17 Dec 2011 23:33:56 +0100
 
 libhtml-microformats-perl (0.103-2) unstable; urgency=low
 
diff --git a/debian/patches/manpage-has-errors-from-pod2man.patch b/debian/patches/manpage-has-errors-from-pod2man.patch
new file mode 100644
index 0000000..7c28c04
--- /dev/null
+++ b/debian/patches/manpage-has-errors-from-pod2man.patch
@@ -0,0 +1,55 @@
+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
new file mode 100644
index 0000000..edd1350
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+manpage-has-errors-from-pod2man.patch

-- 
libhtml-microformats-perl Debian packaging



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