[libflickr-api-perl] 10/15: Add patch to fix spelling error in manpage

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Sat Jul 25 20:58:35 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libflickr-api-perl.

commit dbc81a7431d6d8bdd54de3f7fd8fefb451660ad3
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sat Jul 25 16:12:51 2015 -0300

    Add patch to fix spelling error in manpage
---
 debian/changelog                                   |  1 +
 debian/patches/fix-spelling-error-in-manpage.patch | 23 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d92fbbe..15c967a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libflickr-api-perl (1.16-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian Policy 3.9.6
   * Add autopkgtest
   * Remove executables file extension when install them
+  * Add patch to fix spelling error in manpage (silence lintian)
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sat, 25 Jul 2015 15:38:13 -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..b7e21c4
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,23 @@
+Description: <short description, required>
+ <long description that can span multiple lines, optional>
+Author: <name and email of author, optional>
+Origin: <upstream|backport|vendor|other>, <URL, required except if Author is present>
+Bug: <URL to the upstream bug report if any, implies patch has been forwarded, optional>
+Bug-<Vendor>: <URL to the vendor bug report if any, optional>
+Forwarded: <URL|no|not-needed, useless if you have a Bug field, optional>
+Applied-Upstream: <version|URL|commit, identifies patches merged upstream, optional>
+Reviewed-by: <name and email of a reviewer, optional>
+Last-Update: <YYYY-MM-DD, last update of the meta-information, optional>
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/lib/Flickr/API.pm
++++ b/lib/Flickr/API.pm
+@@ -923,7 +923,7 @@ request type.
+ Assembles, signs, and makes the OAuth B<Request Token> call, and if sucessful
+ stores the L<Net::OAuth> I<Request Token> in the L<Flickr::API> object.
+ 
+-The required paramters are:
++The required parameters are:
+ 
+ =over
+ 
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/libflickr-api-perl.git



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