[libpostscript-simple-perl] 05/06: Add patch to fix a POD syntax error.

gregor herrmann gregoa at debian.org
Sat Oct 18 19:09:01 UTC 2014


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

gregoa pushed a commit to branch master
in repository libpostscript-simple-perl.

commit a4d6750261faa62a3e115284651a139f3afcd07e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 18 21:07:36 2014 +0200

    Add patch to fix a POD syntax error.
---
 debian/patches/pod-syntax.patch | 18 ++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
new file mode 100644
index 0000000..7853a29
--- /dev/null
+++ b/debian/patches/pod-syntax.patch
@@ -0,0 +1,18 @@
+Description: fix typo which causes a POD ERROR
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-10-18
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99574
+Bug: https://rt.cpan.org/Ticket/Display.html?id=99574
+
+--- a/lib/PostScript/Simple.pm
++++ b/lib/PostScript/Simple.pm
+@@ -1033,7 +1033,7 @@
+ =item C<setcmykcolour(cyan, magenta, yellow, black)>
+ 
+ Sets the new drawing colour to the CMYK values specified in C<cyan>,
+-C<magenta>, C<yellow} and C<black>. The values range from 0 to 1. Note that
++C<magenta>, C<yellow> and C<black>. The values range from 0 to 1. Note that
+ PostScript::Simple does not do any colour management, so the output colour (as
+ also with C<setcolour>) may vary according to output device.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c30ca3c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-syntax.patch

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



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