r76849 - in /trunk/libcurses-ui-perl/debian: changelog patches/pod-spell.patch patches/series rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jul 1 09:04:01 UTC 2011


Author: dmn
Date: Fri Jul  1 09:03:59 2011
New Revision: 76849

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76849
Log:
add pod-spell.patch fixing spelling errors in documentation (thanks,
lintian)

Added:
    trunk/libcurses-ui-perl/debian/patches/pod-spell.patch
Modified:
    trunk/libcurses-ui-perl/debian/changelog
    trunk/libcurses-ui-perl/debian/patches/series
    trunk/libcurses-ui-perl/debian/rules

Modified: trunk/libcurses-ui-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/changelog?rev=76849&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/changelog (original)
+++ trunk/libcurses-ui-perl/debian/changelog Fri Jul  1 09:03:59 2011
@@ -19,6 +19,8 @@
   * Convert to source format '3.0 (quilt)'
   * Add patch removing stray semicolon from @ subroutine prorotypes
     (Closes: #628128)
+  * add pod-spell.patch fixing spelling errors in documentation (thanks,
+    lintian)
 
  -- Antony Gelberg <antony.gelberg at gmail.com>  Mon, 19 Jul 2010 17:13:47 +0300
 

Added: trunk/libcurses-ui-perl/debian/patches/pod-spell.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/patches/pod-spell.patch?rev=76849&op=file
==============================================================================
--- trunk/libcurses-ui-perl/debian/patches/pod-spell.patch (added)
+++ trunk/libcurses-ui-perl/debian/patches/pod-spell.patch Fri Jul  1 09:03:59 2011
@@ -1,0 +1,53 @@
+--- a/lib/Curses/UI.pm
++++ b/lib/Curses/UI.pm
+@@ -246,7 +246,7 @@ sub schedule_event {
+ 
+ The layout method of Curses::UI tries to find the size of the screen
+ then calls the C<layout> method of every contained object (i.e. window
+-or widget). It is not normally neccessary to call this method directly.
++or widget). It is not normally necessary to call this method directly.
+ 
+ =cut
+ 
+@@ -1373,7 +1373,7 @@ Returns the currently used Curses::UI::C
+ 
+ =item B<set_color> ( OBJECT )
+ 
+-Replaces the currently used Color object with an other. This can be
++Replaces the currently used Color object with another. This can be
+ used to fast change all colors in a Curses::UI application.
+ 
+ =back
+--- a/lib/Curses/UI/Container.pm
++++ b/lib/Curses/UI/Container.pm
+@@ -627,7 +627,7 @@ container. If CLASS does not contain '::
+ matches 'Dialog::...' then 'Curses::UI' will be prepended
+ to it. This way you do not have to specifiy the full
+ class name for widgets that are in the Curses::UI 
+-hierarchy. It is not neccessary to call "use CLASS" 
++hierarchy. It is not necessary to call "use CLASS"
+ yourself. The B<add> method will call the B<usemodule>
+ method from Curses::UI to automatically load the module.
+ 
+--- a/lib/Curses/UI/Listbox.pm
++++ b/lib/Curses/UI/Listbox.pm
+@@ -884,7 +884,7 @@ It will get the widget reference as its
+ =item * B<-htmltext> < BOOLEAN >
+ 
+ Make the Listbox parse primitive markup to change the items
+-appearence. See above.
++appearance. See above.
+ 
+ 
+ =back
+--- a/lib/Curses/UI/Widget.pm
++++ b/lib/Curses/UI/Widget.pm
+@@ -1262,7 +1262,7 @@ option is mainly used in widget building
+ =item * B<-userdata> < SCALAR >
+ 
+ This option specifies a user data that can be retrieved with
+-the B<userdata>() method.  It is usefull to store application's
++the B<userdata>() method.  It is useful to store application's
+ internal data that otherwise would not be accessible in callbacks.
+ 
+ =item * B<-border> < BOOLEAN >

Modified: trunk/libcurses-ui-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/patches/series?rev=76849&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/patches/series (original)
+++ trunk/libcurses-ui-perl/debian/patches/series Fri Jul  1 09:03:59 2011
@@ -1,3 +1,4 @@
 01_remove_solaris_hack.patch
 02_feedkeys.patch
 prototypes.patch
+pod-spell.patch

Modified: trunk/libcurses-ui-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/rules?rev=76849&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/rules (original)
+++ trunk/libcurses-ui-perl/debian/rules Fri Jul  1 09:03:59 2011
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install --before dh_compress
-	dh_compress -Xexamples
-	dh install --after dh_compress
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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