r41575 - in /trunk/libpostscript-perl/debian: changelog patches/fix-pod.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Aug 9 16:59:50 UTC 2009


Author: gregoa
Date: Sun Aug  9 16:59:44 2009
New Revision: 41575

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41575
Log:
New patch fix-pod.patch: fix errors from pod2man.

Added:
    trunk/libpostscript-perl/debian/patches/fix-pod.patch
Modified:
    trunk/libpostscript-perl/debian/changelog
    trunk/libpostscript-perl/debian/patches/series

Modified: trunk/libpostscript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpostscript-perl/debian/changelog?rev=41575&op=diff
==============================================================================
--- trunk/libpostscript-perl/debian/changelog (original)
+++ trunk/libpostscript-perl/debian/changelog Sun Aug  9 16:59:44 2009
@@ -17,6 +17,7 @@
   * Set Standards-Version to 3.8.2 (no further changes).
   * Minore changes to short and long description.
   * debian/copyright: switch to new format.
+  * New patch fix-pod.patch: fix errors from pod2man.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 05 Aug 2008 12:38:33 -0300
 

Added: trunk/libpostscript-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpostscript-perl/debian/patches/fix-pod.patch?rev=41575&op=file
==============================================================================
--- trunk/libpostscript-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libpostscript-perl/debian/patches/fix-pod.patch Sun Aug  9 16:59:44 2009
@@ -1,0 +1,41 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix pod2man errors
+
+--- a/TextBlock.pm
++++ b/TextBlock.pm
+@@ -387,16 +387,12 @@
+     use PostScript::Metrics;
+     @okfonts = PostScript::Metrics->listFonts();
+ 
+-=over 10
+-
+ NOTE: The font must be available to the PostScript interpreter that is used
+ to render the page described by the program. If the interpreter cannot load
+ the font, it will ususally attempt to substitute a similar font. If a font is
+ substituted with a font with different metrics, lines of text may overrun the
+ right margin of the text block. You have been warned.
+ 
+-=over 3
+-
+ It is very easy to create stylesheets for a document:
+ 
+     # Define the styles
+@@ -412,6 +408,9 @@
+     $tb->addText(text => "It was a dark and stormy night and Spokane Sam\'s
+     Spongepants were thirsty...", %body);
+ 
++=back
++
++=over 3
+ 
+ =item numElements()
+ 
+@@ -506,6 +505,8 @@
+ However, if you use the PostScript::Document module to construct generic
+ multi-page PostScript documents, you don't have to worry about this.
+ 
++=back
++
+ =head1 A NOTE ABOUT FONT METRICS
+ 
+ The write() method uses the module PostScript::Metrics to determine the width of

Modified: trunk/libpostscript-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpostscript-perl/debian/patches/series?rev=41575&op=diff
==============================================================================
--- trunk/libpostscript-perl/debian/patches/series (original)
+++ trunk/libpostscript-perl/debian/patches/series Sun Aug  9 16:59:44 2009
@@ -1,1 +1,2 @@
 fix-interpreter.patch
+fix-pod.patch




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