r9551 - in /trunk/libpdf-api2-perl/debian: changelog patches/fix_typo_in_manpage.patch patches/series

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Nov 17 21:55:21 UTC 2007


Author: gregoa-guest
Date: Sat Nov 17 21:55:21 2007
New Revision: 9551

URL: http://svn.debian.org/wsvn/?sc=1&rev=9551
Log:
Add patch fix_typo_in_manpage.patch that fixes typos in the inline docs.

Added:
    trunk/libpdf-api2-perl/debian/patches/fix_typo_in_manpage.patch
Modified:
    trunk/libpdf-api2-perl/debian/changelog
    trunk/libpdf-api2-perl/debian/patches/series

Modified: trunk/libpdf-api2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/changelog?rev=9551&op=diff
==============================================================================
--- trunk/libpdf-api2-perl/debian/changelog (original)
+++ trunk/libpdf-api2-perl/debian/changelog Sat Nov 17 21:55:21 2007
@@ -3,6 +3,7 @@
   * New upstream release.
   * Update debian/ignored-manpages.
   * Update patch fix_unmatched_back.patch.
+  * Add patch fix_typo_in_manpage.patch that fixes typos in the inline docs.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 17 Nov 2007 22:38:46 +0100
 

Added: trunk/libpdf-api2-perl/debian/patches/fix_typo_in_manpage.patch
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/patches/fix_typo_in_manpage.patch?rev=9551&op=file
==============================================================================
--- trunk/libpdf-api2-perl/debian/patches/fix_typo_in_manpage.patch (added)
+++ trunk/libpdf-api2-perl/debian/patches/fix_typo_in_manpage.patch Sat Nov 17 21:55:21 2007
@@ -1,0 +1,26 @@
+Index: libpdf-api2-perl/lib/PDF/API2/Content.pm
+===================================================================
+--- libpdf-api2-perl.orig/lib/PDF/API2/Content.pm	2007-11-17 22:52:18.000000000 +0100
++++ libpdf-api2-perl/lib/PDF/API2/Content.pm	2007-11-17 22:52:18.000000000 +0100
+@@ -1714,7 +1714,7 @@
+ 
+ Options
+ 
+-=ovar 4
++=over 4
+ 
+ =item -indent
+ 
+Index: libpdf-api2-perl/lib/PDF/API2/Basic/TTF/Table.pm
+===================================================================
+--- libpdf-api2-perl.orig/lib/PDF/API2/Basic/TTF/Table.pm	2007-11-17 22:52:25.000000000 +0100
++++ libpdf-api2-perl/lib/PDF/API2/Basic/TTF/Table.pm	2007-11-17 22:52:32.000000000 +0100
+@@ -343,7 +343,7 @@
+ 
+ Releases ALL of the memory used by this table, and all of its component/child
+ objects.  This method is called automatically by
+-'C<PDF::API2::Basic::TTF::Font-E<GT>release>' (so you don't have to call it yourself).
++'C<PDF::API2::Basic::TTF::Font-E<gt>release>' (so you don't have to call it yourself).
+ 
+ B<NOTE>, that it is important that this method get called at some point prior
+ to the actual destruction of the object.  Internally, we track things in a

Modified: trunk/libpdf-api2-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libpdf-api2-perl/debian/patches/series?rev=9551&op=diff
==============================================================================
--- trunk/libpdf-api2-perl/debian/patches/series (original)
+++ trunk/libpdf-api2-perl/debian/patches/series Sat Nov 17 21:55:21 2007
@@ -1,3 +1,4 @@
 createmanpages.diff
 fix_manpage_NAMEs.patch
 fix_unmatched_back.patch
+fix_typo_in_manpage.patch




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