[libfont-ttf-perl] 04/07: Drop patches, all merged/fixed upstream.

gregor herrmann gregoa at debian.org
Tue Jan 14 19:11:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libfont-ttf-perl.

commit bfea36ad6b23c3613cafa3a1fba4e4d591e7f5df
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jan 14 20:03:16 2014 +0100

    Drop patches, all merged/fixed upstream.
---
 debian/patches/fix-manpage-entry.patch      |  26 ------
 debian/patches/fix-pod.patch                | 121 ----------------------------
 debian/patches/fix-spelling.patch           | 103 -----------------------
 debian/patches/series                       |   4 -
 debian/patches/warnings-uninitialized.patch |  29 -------
 5 files changed, 283 deletions(-)

diff --git a/debian/patches/fix-manpage-entry.patch b/debian/patches/fix-manpage-entry.patch
deleted file mode 100644
index 92a0bcb..0000000
--- a/debian/patches/fix-manpage-entry.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: add NAME section to manpage
-Author: Xavier Guimard <x.guimard at free.fr>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=80671
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=80671
-Last-Update: 2013-12-03
-
---- a/lib/Font/TTF/Gloc.pm
-+++ b/lib/Font/TTF/Gloc.pm
-@@ -1,6 +1,6 @@
- package Font::TTF::Gloc;
- 
--=head1 TITLE
-+=head1 NAME
- 
- Font::TTF::Gloc - Offsets into Glat table for the start of the attributes for each glyph
- 
---- a/lib/Font/TTF/Glat.pm
-+++ b/lib/Font/TTF/Glat.pm
-@@ -1,6 +1,6 @@
- package Font::TTF::Glat;
- 
--=head1 TITLE
-+=head1 NAME
- 
- Font::TTF::Glat - Hold glyph attributes
- 
diff --git a/debian/patches/fix-pod.patch b/debian/patches/fix-pod.patch
deleted file mode 100644
index f792045..0000000
--- a/debian/patches/fix-pod.patch
+++ /dev/null
@@ -1,121 +0,0 @@
-Description: fix POD issues
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Reviewed-by: Xavier Guimard <x.guimard at free.fr>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=80671
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=80671
-Last-Update: 2013-12-03
-
---- a/lib/Font/TTF/AATutils.pm
-+++ b/lib/Font/TTF/AATutils.pm
-@@ -104,6 +104,10 @@
-     }
- }
- 
-+=head1 NAME
-+
-+Font::TTF::AATutils - Module without a description
-+
- =head2 ($classes, $states) = AAT_read_subtable($fh, $baseOffset, $subtableStart, $limits)
- 
- =cut
---- a/lib/Font/TTF/Bsln.pm
-+++ b/lib/Font/TTF/Bsln.pm
-@@ -10,6 +10,8 @@
- 
- =over 
- 
-+=over
-+
- =item version
- 
- =item xformat
-@@ -28,6 +30,8 @@
- 
- =back 
- 
-+=back
-+
- =head1 METHODS
- 
- =cut
---- a/lib/Font/TTF/Coverage.pm
-+++ b/lib/Font/TTF/Coverage.pm
-@@ -14,6 +14,8 @@
- 
- =over 
- 
-+=over
-+
- =item cover
- 
- A boolean to indicate whether this table is a coverage table (TRUE) or a
-@@ -39,6 +41,8 @@
- 
- =back
- 
-+=back
-+
- =head1 METHODS
- 
- =cut
---- a/lib/Font/TTF/Delta.pm
-+++ b/lib/Font/TTF/Delta.pm
-@@ -11,6 +11,8 @@
- 
- =over 
- 
-+=over
-+
- =item first
- 
- The first ppem value in the range
-@@ -31,6 +33,8 @@
- 
- =back 
- 
-+=back
-+
- =head1 METHODS
- 
- =cut
---- a/lib/Font/TTF/OldMort.pm
-+++ b/lib/Font/TTF/OldMort.pm
-@@ -10,6 +10,8 @@
- 
- =over 
- 
-+=over
-+
- =item version
- 
- table version number (Fixed: currently 1.0)
-@@ -111,6 +113,8 @@
- 
- =back
- 
-+=back
-+
- =back
- 
- =back
---- a/lib/Font/TTF/Prop.pm
-+++ b/lib/Font/TTF/Prop.pm
-@@ -10,6 +10,8 @@
- 
- =over
- 
-+=over
-+
- =item version
- 
- =item default
-@@ -22,6 +24,8 @@
- 
- =back
- 
-+=back
-+
- =head1 METHODS
- 
- =cut
diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
deleted file mode 100644
index e4a9d79..0000000
--- a/debian/patches/fix-spelling.patch
+++ /dev/null
@@ -1,103 +0,0 @@
-Description: spelling fix
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=80671
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=80671
-Last-Update: 2012-11-06
-
---- a/lib/Font/TTF/Cmap.pm
-+++ b/lib/Font/TTF/Cmap.pm
-@@ -15,7 +15,7 @@
- 
- =head1 INSTANCE VARIABLES
- 
--The instance variables listed here are not preceeded by a space due to their
-+The instance variables listed here are not preceded by a space due to their
- emulating structural information in the font.
- 
- =over 4
-@@ -31,7 +31,7 @@
- =back
- 
- Each subtables also has its own instance variables which are, again, not
--preceeded by a space.
-+preceded by a space.
- 
- =over 4
- 
---- a/lib/Font/TTF/OldCmap.pm
-+++ b/lib/Font/TTF/OldCmap.pm
-@@ -22,7 +22,7 @@
- 
- =head1 INSTANCE VARIABLES
- 
--The instance variables listed here are not preceeded by a space due to their
-+The instance variables listed here are not preceded by a space due to their
- emulating structural information in the font.
- 
- =over 4
-@@ -38,7 +38,7 @@
- =back
- 
- Each subtables also has its own instance variables which are, again, not
--preceeded by a space.
-+preceded by a space.
- 
- =over 4
- 
---- a/lib/Font/TTF/Ttopen.pm
-+++ b/lib/Font/TTF/Ttopen.pm
-@@ -30,7 +30,7 @@
- 
- =item OFFSET
- 
--This variable is preceeded by a space and gives the offset from the start of the
-+This variable is preceded by a space and gives the offset from the start of the
- table (not the table section) to the script table for this script
- 
- =item REFTAG
-@@ -59,7 +59,7 @@
- 
- =item OFFSET
- 
--This variable is preceeded by a a space and gives the offset from the start of
-+This variable is preceded by a a space and gives the offset from the start of
- the whole table to the language table for this language
- 
- =item REFTAG
-@@ -105,7 +105,7 @@
- 
- =item OFFSET
- 
--This attribute is preceeded by a space and gives the offset relative to the start of the whole
-+This attribute is preceded by a space and gives the offset relative to the start of the whole
- table of this particular feature.
- 
- =item PARMS
-@@ -132,7 +132,7 @@
- 
- =item OFFSET
- 
--This name is preceeded by a space and contains the offset from the start of the table to this
-+This name is preceded by a space and contains the offset from the start of the table to this
- particular lookup
- 
- =item TYPE
-@@ -158,7 +158,7 @@
- 
- =item OFFSET
- 
--This is preceeded by a space and gives the offset relative to the start of the table for this
-+This is preceded by a space and gives the offset relative to the start of the table for this
- subtable
- 
- =item FORMAT
-@@ -197,7 +197,7 @@
- 
- =item PRE
- 
--This array holds the sequence of elements preceeding the first match element
-+This array holds the sequence of elements preceding the first match element
- and has the same form as the MATCH array.
- 
- =item POST
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9eb0c4c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,4 +0,0 @@
-fix-pod.patch
-fix-spelling.patch
-warnings-uninitialized.patch
-fix-manpage-entry.patch
diff --git a/debian/patches/warnings-uninitialized.patch b/debian/patches/warnings-uninitialized.patch
deleted file mode 100644
index ca09410..0000000
--- a/debian/patches/warnings-uninitialized.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: fix warnings about initialized values
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/658653
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=80672
-Author: Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-11-06
-
---- a/lib/Font/TTF/Cmap.pm
-+++ b/lib/Font/TTF/Cmap.pm
-@@ -327,11 +327,15 @@
-             
-         if ($s->{'Format'} == 0)
-         {
--            $fh->print(pack("C256", @{$s->{'val'}}{0 .. 255}));
-+            for (0 .. 255) {
-+              $fh->print(pack("C1", $s->{'val'}{$_})) if (defined $s->{'val'}{$_});
-+            }
-         } elsif ($s->{'Format'} == 6)
-         {
--            $fh->print(pack("n2", $keys[0], $keys[-1] - $keys[0] + 1));
--            $fh->print(pack("n*", @{$s->{'val'}}{$keys[0] .. $keys[-1]}));
-+            $fh->print(pack("n2", $keys[0], scalar(@keys)));
-+            for (@keys) {
-+              $fh->print(pack("n1", $s->{'val'}{$_}));
-+            }
-         } elsif ($s->{'Format'} == 2)       # Contributed by Huw Rogers
-         {
-             my ($g, $k, $h, $l, $m, $n);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfont-ttf-perl.git



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