[SCM] Debian packaging of libpdf-table-perl branch, master, updated. 3bcd2e32ed04654f220bd20fe8e487351bd37b62

gregor herrmann gregoa at debian.org
Thu Oct 20 16:19:37 UTC 2011


The following commit has been merged in the master branch:
commit 47483fb6fbf44b3858bef851976ceb53d5bffd41
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Oct 20 18:17:11 2011 +0200

    Add a patch to fix a spelling mistake.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..4d3f753
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=71816
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71816
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-10-20
+
+--- a/lib/PDF/Table.pm
++++ b/lib/PDF/Table.pm
+@@ -967,7 +967,7 @@
+ If used the parameter 'new_page_func' must be a function reference which when executed will create a new page and will return the object back to the module.
+ For example you can use it to put Page Title, Page Frame, Page Numbers and other staff that you need.
+ Also if you need some different type of paper size and orientation than the default A4-Portrait for example B2-Landscape you can use this function ref to set it up for you. For more info about creating pages refer to PDF::API2 PAGE METHODS Section.
+-Dont forget that your function must return a page object created with PDF::API2 page() method.
++Don't forget that your function must return a page object created with PDF::API2 page() method.
+ 
+ =back
+ 

-- 
Debian packaging of libpdf-table-perl



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