r51684 - in /trunk/libcurses-perl/debian: changelog patches/series patches/t_upstream_spelling.diff

franck at users.alioth.debian.org franck at users.alioth.debian.org
Wed Jan 27 23:13:28 UTC 2010


Author: franck
Date: Wed Jan 27 23:13:17 2010
New Revision: 51684

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51684
Log:
* Added patch t_upstream_spelling.diff to fix a spelling error.

Added:
    trunk/libcurses-perl/debian/patches/t_upstream_spelling.diff
Modified:
    trunk/libcurses-perl/debian/changelog
    trunk/libcurses-perl/debian/patches/series

Modified: trunk/libcurses-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-perl/debian/changelog?rev=51684&op=diff
==============================================================================
--- trunk/libcurses-perl/debian/changelog (original)
+++ trunk/libcurses-perl/debian/changelog Wed Jan 27 23:13:17 2010
@@ -14,6 +14,7 @@
   * Updated BD against debhelper to require at least debhelper (>= 7.0.50) so
     that we can use override_dh targets.
   * Bumped up Standards-Version to 3.8.3 (no changes).
+  * Added patch t_upstream_spelling.diff to fix a spelling error.
 
  -- Franck Joncourt <franck at debian.org>  Wed, 27 Jan 2010 23:31:41 +0100
 

Modified: trunk/libcurses-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-perl/debian/patches/series?rev=51684&op=diff
==============================================================================
--- trunk/libcurses-perl/debian/patches/series (original)
+++ trunk/libcurses-perl/debian/patches/series Wed Jan 27 23:13:17 2010
@@ -1,1 +1,2 @@
+t_upstream_spelling.diff
 libcurses-perl_hurd1.debdiff

Added: trunk/libcurses-perl/debian/patches/t_upstream_spelling.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-perl/debian/patches/t_upstream_spelling.diff?rev=51684&op=file
==============================================================================
--- trunk/libcurses-perl/debian/patches/t_upstream_spelling.diff (added)
+++ trunk/libcurses-perl/debian/patches/t_upstream_spelling.diff Wed Jan 27 23:13:17 2010
@@ -1,0 +1,28 @@
+From: Franck Joncourt <franck.mail at dthconnex.com>
+Subject: [PATCH] t/upstream/spelling
+
+This fixes a spelling error found in the pod documentation.
+
+Signed-off-by: Franck Joncourt <franck.mail at dthconnex.com>
+
+---
+ Curses.pm |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Curses.pm b/Curses.pm
+index 038de00..edfb433 100644
+--- a/Curses.pm
++++ b/Curses.pm
+@@ -450,8 +450,8 @@ William Setzer <William_Setzer at ncsu.edu>
+ 
+ =head2 Available Functions
+ 
+-    Avaiable Function    Unified?     Available via $OldCurses[*]
+-    -----------------    --------     ------------------------
++    Available Function   Unified?     Available via $OldCurses[*]
++    ------------------   --------     ------------------------
+     addch                  Yes        waddch mvaddch mvwaddch
+     echochar               Yes        wechochar
+     addchstr               Yes        waddchstr mvaddchstr mvwaddchstr
+-- 
+tg: (843dcb9..) t/upstream/spelling (depends on: master)




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