r11742 - in /trunk/libcurses-ui-perl: debian/changelog debian/patches/series debian/patches/test-screen-size t/13notebook.t

rra at users.alioth.debian.org rra at users.alioth.debian.org
Wed Dec 26 23:39:44 UTC 2007


Author: rra
Date: Wed Dec 26 23:39:44 2007
New Revision: 11742

URL: http://svn.debian.org/wsvn/?sc=1&rev=11742
Log:
* Switch to quilt for patch management.

Added:
    trunk/libcurses-ui-perl/debian/patches/test-screen-size
Modified:
    trunk/libcurses-ui-perl/debian/changelog
    trunk/libcurses-ui-perl/debian/patches/series
    trunk/libcurses-ui-perl/t/13notebook.t

Modified: trunk/libcurses-ui-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcurses-ui-perl/debian/changelog?rev=11742&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/changelog (original)
+++ trunk/libcurses-ui-perl/debian/changelog Wed Dec 26 23:39:44 2007
@@ -10,6 +10,7 @@
     or 1 to match the documentation.  (Closes: #434646)
   * Use the correct class name in Curses::UI::Checkbox class hierarchy
     documentation.  (Closes: #434990)
+  * Switch to quilt for patch management.
   * Update debhelper compatibility level to V5 (no changes required).
   * Update standards version to 3.7.3 (no changes required).
   * Wrap Build-Depends-Indep for readability.

Modified: trunk/libcurses-ui-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libcurses-ui-perl/debian/patches/series?rev=11742&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/debian/patches/series (original)
+++ trunk/libcurses-ui-perl/debian/patches/series Wed Dec 26 23:39:44 2007
@@ -1,3 +1,4 @@
+test-screen-size
 tutorial-name-syntax
 checkbox-toggle-boolean
 checkbox-hierarchy-doc

Added: trunk/libcurses-ui-perl/debian/patches/test-screen-size
URL: http://svn.debian.org/wsvn/trunk/libcurses-ui-perl/debian/patches/test-screen-size?rev=11742&op=file
==============================================================================
--- trunk/libcurses-ui-perl/debian/patches/test-screen-size (added)
+++ trunk/libcurses-ui-perl/debian/patches/test-screen-size Wed Dec 26 23:39:44 2007
@@ -1,0 +1,15 @@
+Hard-code the screen size in the test so that it will have predictable
+results.
+
+--- libcurses-ui-perl.orig/t/13notebook.t
++++ libcurses-ui-perl/t/13notebook.t
+@@ -1,6 +1,9 @@
+ # -*- perl -*-
+ # $Id: 13notebook.t,v 1.2 2004/10/22 21:06:51 mthies2s Exp $
+ 
++$ENV{LINES} = 25;
++$ENV{COLUMNS} = 80;
++
+ use Test::More tests => 24;
+ use FindBin;
+ use lib "$FindBin::RealBin/fakelib";

Modified: trunk/libcurses-ui-perl/t/13notebook.t
URL: http://svn.debian.org/wsvn/trunk/libcurses-ui-perl/t/13notebook.t?rev=11742&op=diff
==============================================================================
--- trunk/libcurses-ui-perl/t/13notebook.t (original)
+++ trunk/libcurses-ui-perl/t/13notebook.t Wed Dec 26 23:39:44 2007
@@ -1,8 +1,5 @@
 # -*- perl -*-
 # $Id: 13notebook.t,v 1.2 2004/10/22 21:06:51 mthies2s Exp $
-
-$ENV{LINES} = 25;
-$ENV{COLUMNS} = 80;
 
 use Test::More tests => 24;
 use FindBin;
@@ -12,6 +9,7 @@
 
 $| = 1;
 my $debug = 0;
+
 
 my $cui = new Curses::UI (
     -clear_on_exit => 0,




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