r76845 - in /trunk/libcurses-ui-perl/debian: ./ patches/ source/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jul 1 08:31:36 UTC 2011


Author: dmn
Date: Fri Jul  1 08:31:24 2011
New Revision: 76845

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76845
Log:
* Convert to source format '3.0 (quilt)'
* Add patch removing stray semicolon from @ subroutine prorotypes
  (Closes: #628128)

Added:
    trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.patch
      - copied, changed from r76844, trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.dpatch
    trunk/libcurses-ui-perl/debian/patches/02_feedkeys.patch
      - copied, changed from r76844, trunk/libcurses-ui-perl/debian/patches/02_feedkeys.dpatch
    trunk/libcurses-ui-perl/debian/patches/prototypes.patch
    trunk/libcurses-ui-perl/debian/patches/series
    trunk/libcurses-ui-perl/debian/source/
    trunk/libcurses-ui-perl/debian/source/format
    trunk/libcurses-ui-perl/debian/source/local-options
Removed:
    trunk/libcurses-ui-perl/debian/patches/00list
    trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.dpatch
    trunk/libcurses-ui-perl/debian/patches/02_feedkeys.dpatch
Modified:
    trunk/libcurses-ui-perl/debian/changelog
    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=76845&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/changelog (original)
+++ trunk/libcurses-ui-perl/debian/changelog Fri Jul  1 08:31:24 2011
@@ -1,5 +1,6 @@
 libcurses-ui-perl (0.9607-2) UNRELEASED; urgency=low
 
+  [ Antony Gelberg ]
   [TODO]
   17:20  ansgar> antgel: d/rules includes both quilt and dpatch?  We are also 
                  switching to the new 3.0 (quilt) format for most packages, the 
@@ -13,7 +14,11 @@
   [Antony Gelberg]
   * Add patch to remove broken Solaris hack. (Closes: 556846)
   * Add patch to remove broken flushkeys hack. (Closes: 556934)
-  * Modify debian/rules to use dpatch.
+
+  [ Damyan Ivanov ]
+  * Convert to source format '3.0 (quilt)'
+  * Add patch removing stray semicolon from @ subroutine prorotypes
+    (Closes: #628128)
 
  -- Antony Gelberg <antony.gelberg at gmail.com>  Mon, 19 Jul 2010 17:13:47 +0300
 

Copied: trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.patch (from r76844, trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.dpatch)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.patch?rev=76845&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.dpatch (original)
+++ trunk/libcurses-ui-perl/debian/patches/01_remove_solaris_hack.patch Fri Jul  1 08:31:24 2011
@@ -1,10 +1,5 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_remove_solaris_hack.dpatch by  <antony.gelberg at gmail.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## 01_remove_solaris_hack.patch by  <antony.gelberg at gmail.com>
 
- at DPATCH@
 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

Copied: trunk/libcurses-ui-perl/debian/patches/02_feedkeys.patch (from r76844, trunk/libcurses-ui-perl/debian/patches/02_feedkeys.dpatch)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/patches/02_feedkeys.patch?rev=76845&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/patches/02_feedkeys.dpatch (original)
+++ trunk/libcurses-ui-perl/debian/patches/02_feedkeys.patch Fri Jul  1 08:31:24 2011
@@ -1,10 +1,5 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_flushkeys.dpatch by  <antony.gelberg at gmail.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## 02_flushkeys.patch by  <antony.gelberg at gmail.com>
 
- at DPATCH@
 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

Added: trunk/libcurses-ui-perl/debian/patches/prototypes.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/patches/prototypes.patch?rev=76845&op=file
==============================================================================
--- trunk/libcurses-ui-perl/debian/patches/prototypes.patch (added)
+++ trunk/libcurses-ui-perl/debian/patches/prototypes.patch Fri Jul  1 08:31:24 2011
@@ -1,0 +1,67 @@
+--- a/lib/Curses/UI/Container.pm
++++ b/lib/Curses/UI/Container.pm
+@@ -64,7 +64,7 @@ DESTROY()
+ }
+ 
+ # Add an object to the container
+-sub add($@;)
++sub add($@)
+ {
+     my $this = shift;
+     my $id = shift;
+@@ -472,7 +472,7 @@ sub event_onblur()
+ }
+ 
+ 
+-sub set_focusorder(@;)
++sub set_focusorder(@)
+ {
+     my $this = shift;
+     my @order = @_;
+@@ -480,7 +480,7 @@ sub set_focusorder(@;)
+     return $this;
+ }
+ 
+-sub set_draworder(@;)
++sub set_draworder(@)
+ {
+     my $this = shift;
+     my @order = @_;
+--- a/lib/Curses/UI/Widget.pm
++++ b/lib/Curses/UI/Widget.pm
+@@ -353,7 +353,7 @@ sub process_padding($;)
+     }
+ }
+ 
+-sub width_by_windowscrwidth($@;)
++sub width_by_windowscrwidth($@)
+ {
+     my $width = shift || 0;
+     $width = shift if ref $width; # make $this->width... possible.
+@@ -377,7 +377,7 @@ sub width_by_windowscrwidth($@;)
+     return $width;    
+ }
+ 
+-sub height_by_windowscrheight($@;)
++sub height_by_windowscrheight($@)
+ {
+     my $height = shift || 0;
+     $height = shift if ref $height; # make $this->height... possible.
+@@ -895,7 +895,7 @@ sub set_routine($$;)
+     return $this;
+ }
+ 
+-sub set_binding($@;)
++sub set_binding($@)
+ {
+     my $this = shift;
+     my $routine = shift;
+@@ -921,7 +921,7 @@ sub set_binding($@;)
+     return $this;
+ }
+ 
+-sub set_mouse_binding($@;)
++sub set_mouse_binding($@)
+ {
+     my $this = shift;
+     my $routine = shift;

Added: trunk/libcurses-ui-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/patches/series?rev=76845&op=file
==============================================================================
--- trunk/libcurses-ui-perl/debian/patches/series (added)
+++ trunk/libcurses-ui-perl/debian/patches/series Fri Jul  1 08:31:24 2011
@@ -1,0 +1,3 @@
+01_remove_solaris_hack.dpatch
+02_feedkeys.dpatch
+prototypes.patch

Modified: trunk/libcurses-ui-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/rules?rev=76845&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/rules (original)
+++ trunk/libcurses-ui-perl/debian/rules Fri Jul  1 08:31:24 2011
@@ -1,14 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-include /usr/share/dpatch/dpatch.make
-
-build: patch build-stamp
+build: build-stamp
 build-stamp:
 	dh build
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-stamp

Added: trunk/libcurses-ui-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/source/format?rev=76845&op=file
==============================================================================
--- trunk/libcurses-ui-perl/debian/source/format (added)
+++ trunk/libcurses-ui-perl/debian/source/format Fri Jul  1 08:31:24 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libcurses-ui-perl/debian/source/local-options
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-ui-perl/debian/source/local-options?rev=76845&op=file
==============================================================================
--- trunk/libcurses-ui-perl/debian/source/local-options (added)
+++ trunk/libcurses-ui-perl/debian/source/local-options Fri Jul  1 08:31:24 2011
@@ -1,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes




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