r76847 - in /trunk/libcurses-ui-perl/debian/patches: 01_remove_solaris_hack.patch 02_feedkeys.patch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jul 1 08:37:33 UTC 2011


Author: dmn
Date: Fri Jul  1 08:37:24 2011
New Revision: 76847

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76847
Log:
refresh ex-dpatches to apply cleanly and have proper style

Modified:
    trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.patch
    trunk/libcurses-ui-perl/debian/patches/02_feedkeys.patch

Modified: trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.patch?rev=76847&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.patch (original)
+++ trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.patch Fri Jul  1 08:37:24 2011
@@ -1,19 +1,15 @@
 ## 01_remove_solaris_hack.patch by  <antony.gelberg at gmail.com>
 
-diff -urNad libcurses-ui-perl-0.9605~/lib/Curses/UI.pm
-libcurses-ui-perl-0.9605/lib/Curses/UI.pm
---- libcurses-ui-perl-0.9605~/lib/Curses/UI.pm  2009-11-17 20:24:52.000000000
-+0000
-+++ libcurses-ui-perl-0.9605/lib/Curses/UI.pm   2009-11-17 20:29:23.000000000
-+0000
-@@ -437,8 +437,13 @@
+--- a/lib/Curses/UI.pm
++++ b/lib/Curses/UI.pm
+@@ -437,8 +437,13 @@ sub do_one_event(;$)
      # feed them to the application in this way, the screen
      # hangs in case I do a lot of input on my Solaris
      # machine.
 -    $key = $self->get_key(0);
 -    $self->feedkey($key) unless $key eq '-1';
 +    #
-+    # Removed by Antony Gelberg for Debian - causes lots of problems on my 
++    # Removed by Antony Gelberg for Debian - causes lots of problems on my
 +    # Linux box when the app is blocked and input is queued.  Plan to contact
 +    # upstream to ask for justification or removal.
 +    #
@@ -22,4 +18,3 @@
  
      # Update the screen.
      doupdate();
-

Modified: trunk/libcurses-ui-perl/debian/patches/02_feedkeys.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/patches/02_feedkeys.patch?rev=76847&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/patches/02_feedkeys.patch (original)
+++ trunk/libcurses-ui-perl/debian/patches/02_feedkeys.patch Fri Jul  1 08:37:24 2011
@@ -1,12 +1,8 @@
 ## 02_flushkeys.patch by  <antony.gelberg at gmail.com>
 
-diff -urNad libcurses-ui-perl-0.9605~/lib/Curses/UI.pm
-libcurses-ui-perl-0.9605/lib/Curses/UI.pm
---- libcurses-ui-perl-0.9605~/lib/Curses/UI.pm  2009-11-18 12:14:40.000000000
-+0000
-+++ libcurses-ui-perl-0.9605/lib/Curses/UI.pm   2009-11-18 12:15:51.000000000
-+0000
-@@ -504,7 +504,9 @@
+--- a/lib/Curses/UI.pm
++++ b/lib/Curses/UI.pm
+@@ -509,7 +509,9 @@ sub feedkey()
  {
      my $self = shift;
      my $key = shift;
@@ -17,4 +13,3 @@
      $self->{-feedkey} = $key;
      return $self;
  }
-




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