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

kanashiro-guest pushed a commit to branch master
in repository libtext-pdf-perl.

commit 6c7412082bca9046c54f3bd0ee654ba40f322e20
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Sat Jan 2 13:38:13 2016 -0200

    Add patches fixing pod2man and speeling errors in manpage
---
 debian/changelog                                   |  1 +
 debian/patches/fix-pod-errors.patch                | 60 ++++++++++++++++++++++
 debian/patches/fix-spelling-error-in-manpage.patch | 17 ++++++
 debian/patches/series                              |  2 +
 4 files changed, 80 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 42a0446..35e7770 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libtext-pdf-perl (0.29a-3) UNRELEASED; urgency=low
   * Update d/copyright
   * Declare compliance with Debian policy 3.9.6
   * Update long description to use module name
+  * Add patches fixing pod2man and speeling errors in manpage
 
  -- Lucas Kanashiro <kanashiro.dua...@gmail.com>  Sat, 02 Jan 2016 13:03:27 
-0200
 
diff --git a/debian/patches/fix-pod-errors.patch 
b/debian/patches/fix-pod-errors.patch
new file mode 100644
index 0000000..f8961ca
--- /dev/null
+++ b/debian/patches/fix-pod-errors.patch
@@ -0,0 +1,60 @@
+Description: Fic pod2man errors
+Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
+Last-Updated: 2016-01-02
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110855
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110855
+
+--- a/lib/Text/PDF/Array.pm
++++ b/lib/Text/PDF/Array.pm
+@@ -17,10 +17,14 @@ This object is not an array but an assoc
+ elements. Thus, there are special instance variables for an array object, 
beginning
+ with a space
+ 
++=over
++
+ =item var
+ 
+ Contains the actual array of elements
+ 
++=back
++
+ =head1 METHODS
+ 
+ =head2 PDF::Array->new($parent, @vals)
+--- a/lib/Text/PDF/Dict.pm
++++ b/lib/Text/PDF/Dict.pm
+@@ -27,6 +27,8 @@ Text::PDF::Dict - PDF Dictionaries and S
+ There are various special instance variables which are used to look after,
+ particularly, streams. Each begins with a space:
+ 
++=over
++
+ =item stream
+ 
+ Holds the stream contents for output
+@@ -41,6 +43,8 @@ not the same as a PDF file stream. The d
+ If both ' stream' and ' streamfile' are empty, this indicates where in the
+ source PDF the stream starts.
+ 
++=back
++
+ =head1 METHODS
+ 
+ =cut
+--- a/lib/Text/PDF/Page.pm
++++ b/lib/Text/PDF/Page.pm
+@@ -24,10 +24,14 @@ structurally quite different.
+ 
+ A page has various working variables:
+ 
++=over
++
+ =item curstrm
+ 
+ The currently open stream
+ 
++=back
++
+ =head1 METHODS
+ 
+ =head2 Text::PDF::Page->new($pdf, $parent, $index)
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..d0dd870
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: Fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
+Last-Updated: 2016-01-02
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110854
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110854
+
+--- a/lib/Text/PDF/TTFont.pm
++++ b/lib/Text/PDF/TTFont.pm
+@@ -43,7 +43,7 @@ $subcount = "BXCJIM";
+ 
+ Creates a new font resource for the given fontfile. This includes the font
+ descriptor and the font stream. The $pdfname is the name by which this font
+-resource will be known throught a particular PDF file.
++resource will be known through a particular PDF file.
+ 
+ All font resources are full PDF objects.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 6b54afb..72dad8e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
+fix-spelling-error-in-manpage.patch
+fix-pod-errors.patch
 scripts-pod.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to