[libcurses-widgets-perl] 12/14: Add patch to fix lintian warning spelling-error-in-manpage
Axel Beckert
abe at deuxchevaux.org
Wed Sep 11 23:24:53 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libcurses-widgets-perl.
commit 374063332b1927bcfa238b8b6c90f91534783942
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Thu Sep 12 01:19:32 2013 +0200
Add patch to fix lintian warning spelling-error-in-manpage
---
debian/changelog | 1 +
debian/patches/fix-spelling-errors.patch | 26 ++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 28 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 76907a8..e066ea7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,7 @@ libcurses-widgets-perl (1.997-6) UNRELEASED; urgency=low
* Also fixes the following lintian warnings:
+ dh-clean-k-is-deprecated
+ debian-rules-missing-recommended-target
+ + spelling-error-in-manpage
-- gregor herrmann <gregor+debian at comodo.priv.at> Tue, 09 Oct 2007 22:28:25 +0200
diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
new file mode 100644
index 0000000..f93dfff
--- /dev/null
+++ b/debian/patches/fix-spelling-errors.patch
@@ -0,0 +1,26 @@
+Description: Fix spelling errors in POD
+Author: Axel Beckert <abe at debian.org>
+Thanks: Lintian
+
+Index: libcurses-widgets-perl/Widgets.pm
+===================================================================
+--- libcurses-widgets-perl.orig/Widgets.pm 2013-09-12 01:16:43.818035605 +0200
++++ libcurses-widgets-perl/Widgets.pm 2013-09-12 01:17:46.751221914 +0200
+@@ -955,7 +955,7 @@
+ This method should be overridden in all descendent classes, and should render
+ any content in the passed window. The B<draw> method, as defined in this
+ class, will pass a window the exact size of the content area, so no
+-adjustments will need to be made to accomodate a border.
++adjustments will need to be made to accommodate a border.
+
+ =cut
+
+@@ -971,7 +971,7 @@
+
+ $obj->_cursor
+
+-This method should be overriden in all descendent classes that display a
++This method should be overridden in all descendent classes that display a
+ cursor in the content area. The B<draw> method, as defined in this class,
+ calls this method after the content is rendered, and passes it a window handle
+ the exact size of the content area.
diff --git a/debian/patches/series b/debian/patches/series
index 1fe7298..2e7007f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
border-0.patch
bottom-element.patch
+fix-spelling-errors.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcurses-widgets-perl.git
More information about the Pkg-perl-cvs-commits
mailing list