[libfont-ttf-perl] 09/11: Create patch fixing spelling errors in manpage
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Tue Sep 1 22:14:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libfont-ttf-perl.
commit 74d823381647186f782925987641a0f0ff579b25
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Tue Sep 1 19:04:59 2015 -0300
Create patch fixing spelling errors in manpage
---
debian/changelog | 1 +
debian/patches/fix-spelling-error-in-manpage.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 22 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 0e9e4d8..139f4be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libfont-ttf-perl (1.05-1) UNRELEASED; urgency=medium
* Bump debhelper compatibility level to 9
* Declare compliance with Debian policy 3.9.6
* Add autopkgtest-pkg-perl
+ * Create patch fixing spelling errors in manpage
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Tue, 01 Sep 2015 18:54:47 -0300
diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..74d2bf8
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,20 @@
+Description: Fix spelling errors in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Update: 2015-09-01
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106816
+Bug: https://rt.cpan.org/Ticket/Display.html?id=106816
+
+--- a/lib/Font/TTF/Glyph.pm
++++ b/lib/Font/TTF/Glyph.pm
+@@ -842,9 +842,9 @@ Returns an array of all the glyph ids th
+ is all the compounds and their references and so on. If this glyph is not a
+ compound, then returns an empty array.
+
+-Please note the warning about bad fonts that reference nonexistant glyphs
++Please note the warning about bad fonts that reference nonexistent glyphs
+ under INSTANCE VARIABLES above. This function will not attempt to
+-filter out nonexistant glyph numbers.
++filter out nonexistent glyph numbers.
+
+ =cut
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error-in-manpage.patch
--
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