r13494 - in /trunk/libwx-perl/debian/patches: 02_kill_bogus_test.patch series

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Fri Jan 25 00:21:46 UTC 2008


Author: roberto
Date: Fri Jan 25 00:21:46 2008
New Revision: 13494

URL: http://svn.debian.org/wsvn/?sc=1&rev=13494
Log:
Patch to not run bogus test and prepare for unstable upload.

Added:
    trunk/libwx-perl/debian/patches/02_kill_bogus_test.patch
Modified:
    trunk/libwx-perl/debian/patches/series

Added: trunk/libwx-perl/debian/patches/02_kill_bogus_test.patch
URL: http://svn.debian.org/wsvn/trunk/libwx-perl/debian/patches/02_kill_bogus_test.patch?rev=13494&op=file
==============================================================================
--- trunk/libwx-perl/debian/patches/02_kill_bogus_test.patch (added)
+++ trunk/libwx-perl/debian/patches/02_kill_bogus_test.patch Fri Jan 25 00:21:46 2008
@@ -1,0 +1,15 @@
+--- libwx-perl.orig/t/zz_distrib.t
++++ libwx-perl/t/zz_distrib.t
+@@ -9,10 +9,10 @@
+ plan skip_all => "Run disttest to see the result of this test"
+     unless -f 'META.yml';
+ 
+-plan 'tests' => 2;
++plan 'tests' => 1;
+ 
+ my $meta = YAML::LoadFile( 'META.yml' );
+ my $wx = Module::Info->new_from_file( 'Wx.pm' );
+ 
+ is( $meta->{version}, $wx->version, 'META.yml == Wx.pm' );
+-like( $meta->{generated_by}, qr/MY_Metafile/, 'Generated by MY_Metafile' );
++#like( $meta->{generated_by}, qr/MY_Metafile/, 'Generated by MY_Metafile' );

Modified: trunk/libwx-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libwx-perl/debian/patches/series?rev=13494&op=diff
==============================================================================
--- trunk/libwx-perl/debian/patches/series (original)
+++ trunk/libwx-perl/debian/patches/series Fri Jan 25 00:21:46 2008
@@ -1,1 +1,2 @@
+02_kill_bogus_test.patch
 01_fix_whatis_entries.patch




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