r21064 - in /trunk/libfont-ttf-perl/debian: changelog patches/manpages_missing_descriptions

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 14 19:43:08 UTC 2008


Author: gregoa
Date: Sat Jun 14 19:43:08 2008
New Revision: 21064

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21064
Log:
Adjust patch manpages_missing_descriptions; the former fixes were accepted
upstream but there's a new module without a proper NAME section.

Modified:
    trunk/libfont-ttf-perl/debian/changelog
    trunk/libfont-ttf-perl/debian/patches/manpages_missing_descriptions

Modified: trunk/libfont-ttf-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfont-ttf-perl/debian/changelog?rev=21064&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/changelog (original)
+++ trunk/libfont-ttf-perl/debian/changelog Sat Jun 14 19:43:08 2008
@@ -1,6 +1,8 @@
 libfont-ttf-perl (0.45-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Adjust patch manpages_missing_descriptions; the former fixes were accepted
+    upstream but there's a new module without a proper NAME section.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 14 Jun 2008 21:32:29 +0200
 

Modified: trunk/libfont-ttf-perl/debian/patches/manpages_missing_descriptions
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfont-ttf-perl/debian/patches/manpages_missing_descriptions?rev=21064&op=diff
==============================================================================
--- trunk/libfont-ttf-perl/debian/patches/manpages_missing_descriptions (original)
+++ trunk/libfont-ttf-perl/debian/patches/manpages_missing_descriptions Sat Jun 14 19:43:08 2008
@@ -1,162 +1,22 @@
-## manpages_missing_descriptions by Martín Ferrari <martin.ferrari at gmail.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Patch to add dummy descriptions to POD NAME sections.
-## DP: Patch forwarded upstream (see RT#31261).
+Original Author: Martín Ferrari <martin.ferrari at gmail.com>
+Description: Patch to add dummy descriptions to POD NAME sections.
+             Patch forwarded upstream (see RT#31261).
 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/AATKern.pm libfont-ttf-perl/lib/Font/TTF/AATKern.pm
---- libfont-ttf-perl~/lib/Font/TTF/AATKern.pm	2007-11-24 02:15:11.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/AATKern.pm	2007-11-24 02:50:14.000000000 -0300
-@@ -2,7 +2,7 @@
+New version:
+Author: gregor herrmann <gregoa at debian.org>
+Description: Tincho's patch was accepted upstream, but the have a new
+             module without proper NAME ...
+
+--- libfont-ttf-perl.orig/lib/Font/TTF/AATutils.pm
++++ libfont-ttf-perl/lib/Font/TTF/AATutils.pm
+@@ -103,6 +103,10 @@
+     }
+ }
  
- =head1 NAME
- 
--Font::TTF::AATKern
-+Font::TTF::AATKern - Module without a description
- 
- =head1 METHODS
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Kern/ClassArray.pm libfont-ttf-perl/lib/Font/TTF/Kern/ClassArray.pm
---- libfont-ttf-perl~/lib/Font/TTF/Kern/ClassArray.pm	2007-11-24 02:15:10.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Kern/ClassArray.pm	2007-11-24 02:50:00.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Kern::ClassArray
-+Font::TTF::Kern::ClassArray - Module without a description
- 
- =head1 METHODS
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Kern/CompactClassArray.pm libfont-ttf-perl/lib/Font/TTF/Kern/CompactClassArray.pm
---- libfont-ttf-perl~/lib/Font/TTF/Kern/CompactClassArray.pm	2007-11-24 02:15:10.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Kern/CompactClassArray.pm	2007-11-24 02:50:06.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Kern::CompactClassArray
-+Font::TTF::Kern::CompactClassArray - Module without a description
- 
- =head1 METHODS
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Kern/OrderedList.pm libfont-ttf-perl/lib/Font/TTF/Kern/OrderedList.pm
---- libfont-ttf-perl~/lib/Font/TTF/Kern/OrderedList.pm	2007-11-24 02:15:10.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Kern/OrderedList.pm	2007-11-24 02:50:09.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Kern::OrderedList
-+Font::TTF::Kern::OrderedList - Module without a description
- 
- =head1 METHODS
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Kern/StateTable.pm libfont-ttf-perl/lib/Font/TTF/Kern/StateTable.pm
---- libfont-ttf-perl~/lib/Font/TTF/Kern/StateTable.pm	2007-11-24 02:15:10.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Kern/StateTable.pm	2007-11-24 02:50:03.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Kern::StateTable
-+Font::TTF::Kern::StateTable - Module without a description
- 
- =head1 METHODS
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Kern/Subtable.pm libfont-ttf-perl/lib/Font/TTF/Kern/Subtable.pm
---- libfont-ttf-perl~/lib/Font/TTF/Kern/Subtable.pm	2007-11-24 02:15:10.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Kern/Subtable.pm	2007-11-24 02:50:11.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Kern::Subtable
-+Font::TTF::Kern::Subtable - Module without a description
- 
- =head1 METHODS
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Chain.pm libfont-ttf-perl/lib/Font/TTF/Mort/Chain.pm
---- libfont-ttf-perl~/lib/Font/TTF/Mort/Chain.pm	2007-11-24 02:15:07.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Mort/Chain.pm	2007-11-24 02:49:57.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Mort::Chain
-+Font::TTF::Mort::Chain - Module without a description
++=head1 NAME
++
++Font::TTF::AATutils - Module without a description
++
+ =head2 ($classes, $states) = AAT_read_subtable($fh, $baseOffset, $subtableStart, $limits)
  
  =cut
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Contextual.pm libfont-ttf-perl/lib/Font/TTF/Mort/Contextual.pm
---- libfont-ttf-perl~/lib/Font/TTF/Mort/Contextual.pm	2007-11-24 02:15:07.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Mort/Contextual.pm	2007-11-24 02:49:40.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Mort::Contextual
-+Font::TTF::Mort::Contextual - Module without a description
- 
- =head1 METHODS
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Insertion.pm libfont-ttf-perl/lib/Font/TTF/Mort/Insertion.pm
---- libfont-ttf-perl~/lib/Font/TTF/Mort/Insertion.pm	2007-11-24 02:15:07.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Mort/Insertion.pm	2007-11-24 02:49:43.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Mort::Insertion
-+Font::TTF::Mort::Insertion - Module without a description
- 
- =head1 METHODS
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Ligature.pm libfont-ttf-perl/lib/Font/TTF/Mort/Ligature.pm
---- libfont-ttf-perl~/lib/Font/TTF/Mort/Ligature.pm	2007-11-24 02:15:07.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Mort/Ligature.pm	2007-11-24 02:49:48.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Mort::Ligature
-+Font::TTF::Mort::Ligature - Module without a description
- 
- =head1 METHODS
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Noncontextual.pm libfont-ttf-perl/lib/Font/TTF/Mort/Noncontextual.pm
---- libfont-ttf-perl~/lib/Font/TTF/Mort/Noncontextual.pm	2007-11-24 02:15:07.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Mort/Noncontextual.pm	2007-11-24 02:49:50.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Mort::Noncontextual
-+Font::TTF::Mort::Noncontextual - Module without a description
- 
- =head1 METHODS
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Rearrangement.pm libfont-ttf-perl/lib/Font/TTF/Mort/Rearrangement.pm
---- libfont-ttf-perl~/lib/Font/TTF/Mort/Rearrangement.pm	2007-11-24 02:15:07.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Mort/Rearrangement.pm	2007-11-24 02:49:46.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Mort::Rearrangement
-+Font::TTF::Mort::Rearrangement - Module without a description
- 
- =head1 METHODS
- 
-diff -urNad libfont-ttf-perl~/lib/Font/TTF/Mort/Subtable.pm libfont-ttf-perl/lib/Font/TTF/Mort/Subtable.pm
---- libfont-ttf-perl~/lib/Font/TTF/Mort/Subtable.pm	2007-11-24 02:15:07.000000000 -0300
-+++ libfont-ttf-perl/lib/Font/TTF/Mort/Subtable.pm	2007-11-24 02:49:53.000000000 -0300
-@@ -2,7 +2,7 @@
- 
- =head1 NAME
- 
--Font::TTF::Mort::Subtable
-+Font::TTF::Mort::Subtable - Module without a description
- 
- =head1 METHODS
- 




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