[SCM] Debian packaging of libpostscript-file-perl branch, master, updated. debian/2.11+dfsg-1-7-g3c893b4

gregor herrmann gregoa at debian.org
Sun Feb 12 14:18:36 UTC 2012


The following commit has been merged in the master branch:
commit f414cfec5ebc091783d49d57a5008554c9c90c7e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Feb 12 15:13:49 2012 +0100

    Refresh fix-pod-spelling.patch.

diff --git a/debian/patches/fix-pod-spelling.patch b/debian/patches/fix-pod-spelling.patch
index 152b2c6..5d3082a 100644
--- a/debian/patches/fix-pod-spelling.patch
+++ b/debian/patches/fix-pod-spelling.patch
@@ -1,19 +1,22 @@
 Description: fix POD spelling
-Author: Jonathan Yu <jawnsy at cpan.org>
 Origin: vendor
 Forwarded: no
+Author: Jonathan Yu <jawnsy at cpan.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-02-12
+
 --- a/lib/PostScript/File.pm
 +++ b/lib/PostScript/File.pm
-@@ -2147,7 +2147,7 @@
+@@ -2711,7 +2711,7 @@
  
  Setting this to C<cp1252> or C<iso-8859-1> also causes the document to
  be encoded in that character set.  Any strings you add to the document
--that have the UTF8 flag set will be reencoded automatically.  Strings
-+that have the UTF8 flag set will be re-encoded automatically.  Strings
- that do not have the UTF8 flag are expected to be in the correct
+-that have the UTF-8 flag set will be reencoded automatically.  Strings
++that have the UTF-8 flag set will be re-encoded automatically.  Strings
+ that do not have the UTF-8 flag are expected to be in the correct
  character set already.  This means that you should be able to set this
  to C<cp1252>, use Unicode characters in your code and the "-iso"
-@@ -2162,7 +2162,7 @@
+@@ -2726,7 +2726,7 @@
  L<http://en.wikipedia.org/wiki/Windows-1252>
  
  For backwards compatibility with versions of PostScript::File older
@@ -21,22 +24,22 @@ Forwarded: no
 +than 1.05, setting this to C<ISOLatin1Encoding> re-encodes the fonts,
  but does not do any character set translation in the document.
  
- =head2 Initialization keys
-@@ -2202,7 +2202,7 @@
+ =head3 Initialization keys
+@@ -2745,7 +2745,7 @@
  
- =head3 font_suffix
+ =head4 font_suffix
  
 -This string is appended to each font name as it is reencoded.  (Default: "-iso")
 +This string is appended to each font name as it is re-encoded.  (Default: "-iso")
  
  The string value is appended to these to make the new names.
  
-@@ -2890,7 +2890,7 @@
- Code added here is output before each page.  As there is no special provision for %%Page... DSC comments, they
- should be included here.
+@@ -3238,7 +3238,7 @@
+ page.
+ 
+ Also note that any settings defined here will be active for each page
+-seperately.  Use L</add_setup> if you want to carry settings from one
++separately.  Use L</add_setup> if you want to carry settings from one
+ page to another.
  
--Note that any settings defined here will be active for each page seperately.  Use B<add_setup> if you want to
-+Note that any settings defined here will be active for each page separately.  Use B<add_setup> if you want to
- carry settings from one page to another.
  
- =head2 get_page( [page] )

-- 
Debian packaging of libpostscript-file-perl



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