r45572 - in /branches/lenny-backports/libwx-perl/debian: changelog patches/fix-test-suite-for-lenny patches/series

ryan at users.alioth.debian.org ryan at users.alioth.debian.org
Sat Oct 10 10:53:03 UTC 2009


Author: ryan
Date: Sat Oct 10 10:52:59 2009
New Revision: 45572

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45572
Log:
adapt test suite for the wxwidgets version in lenny

Added:
    branches/lenny-backports/libwx-perl/debian/patches/fix-test-suite-for-lenny
Modified:
    branches/lenny-backports/libwx-perl/debian/changelog
    branches/lenny-backports/libwx-perl/debian/patches/series

Modified: branches/lenny-backports/libwx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny-backports/libwx-perl/debian/changelog?rev=45572&op=diff
==============================================================================
--- branches/lenny-backports/libwx-perl/debian/changelog (original)
+++ branches/lenny-backports/libwx-perl/debian/changelog Sat Oct 10 10:52:59 2009
@@ -4,7 +4,7 @@
   * drop versioned deps on libalien-wxwidgets-perl, I'm hoping they're
     not really needed
   * make it work with lenny's dh and quilt
-  * disable test suite, it doesn't work
+  * adapt test suite for the wxwidgets version in lenny
 
  -- Ryan Niebur <ryan at debian.org>  Sat, 10 Oct 2009 03:14:33 -0700
 

Added: branches/lenny-backports/libwx-perl/debian/patches/fix-test-suite-for-lenny
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny-backports/libwx-perl/debian/patches/fix-test-suite-for-lenny?rev=45572&op=file
==============================================================================
--- branches/lenny-backports/libwx-perl/debian/patches/fix-test-suite-for-lenny (added)
+++ branches/lenny-backports/libwx-perl/debian/patches/fix-test-suite-for-lenny Sat Oct 10 10:52:59 2009
@@ -1,0 +1,13 @@
+Index: b/t/15_threads.t
+===================================================================
+--- a/t/15_threads.t
++++ b/t/15_threads.t
+@@ -33,7 +33,7 @@
+ my $rect = Wx::Rect->new( $point, $size );
+ my $bitmap = Wx::Bitmap->new( 100, 100, -1 );
+ my $image = Wx::Image->new( 16, 16 );
+-my $locker = Wx::WindowUpdateLocker->new( $frame );
++#my $locker = Wx::WindowUpdateLocker->new( $frame );
+ my $blocker;
+ if( Wx::wxVERSION >= 2.009 ) {
+     $blocker = Wx::EventBlocker->new( $frame );

Modified: branches/lenny-backports/libwx-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny-backports/libwx-perl/debian/patches/series?rev=45572&op=diff
==============================================================================
--- branches/lenny-backports/libwx-perl/debian/patches/series (original)
+++ branches/lenny-backports/libwx-perl/debian/patches/series Sat Oct 10 10:52:59 2009
@@ -1,2 +1,3 @@
 wrap_get_raw_keycode.patch
 hashbang.patch
+fix-test-suite-for-lenny




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