[libcam-pdf-perl] 06/07: Add a patch to fix spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Sun May 29 21:53:06 UTC 2016


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

gregoa pushed a commit to branch master
in repository libcam-pdf-perl.

commit 87832ea6a5fc5edc43d8459d8d5f2473efef2406
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 29 23:51:45 2016 +0200

    Add a patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 44 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 98d7c32..c604850 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 usr-share-crunchjpg_tmpl.pdf
 decoded_path.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..615623b
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,44 @@
+Description: fix spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-05-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114811
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114811
+
+--- a/bin/crunchjpgs.pl
++++ b/bin/crunchjpgs.pl
+@@ -319,8 +319,8 @@
+    -q --quality        select JPG output quality (default 50)
+    -s --scale=num      select a rescaling factor for the JPGs (default 100%)
+    -m --scalemin=size  don't scale JPGs smaller than this pixel size (width or height)
+-   -O --only=imnum     only change the specified images (can be used mutliple times)
+-   -S --skip=imnum     don't change the specified images (can be used mutliple times)
++   -O --only=imnum     only change the specified images (can be used multiple times)
++   -S --skip=imnum     don't change the specified images (can be used multiple times)
+    -o --order          preserve the internal PDF ordering for output
+       --veryverbose    increases the verbosity
+    -v --verbose        print diagnostic messages
+--- a/bin/extractallimages.pl
++++ b/bin/extractallimages.pl
+@@ -206,8 +206,8 @@
+  extractallimages.pl [options] infile.pdf outdirectory
+ 
+  Options:
+-   -O --only=imnum     only output the specified images (can be used mutliple times)
+-   -S --skip=imnum     don't output the specified images (can be used mutliple times)
++   -O --only=imnum     only output the specified images (can be used multiple times)
++   -S --skip=imnum     don't output the specified images (can be used multiple times)
+    -v --verbose        print diagnostic messages
+    -h --help           verbose help message
+    -V --version        print CAM::PDF version
+--- a/bin/extractjpgs.pl
++++ b/bin/extractjpgs.pl
+@@ -198,7 +198,7 @@
+  extractjpgs.pl [options] infile.pdf outdirectory
+ 
+  Options:
+-   -S --skip=imnum     don't output the specified images (can be used mutliple times)
++   -S --skip=imnum     don't output the specified images (can be used multiple times)
+    -v --verbose        print diagnostic messages
+    -h --help           verbose help message
+    -V --version        print CAM::PDF version

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



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