r32400 - in /trunk/libglib-perl/debian: changelog patches/ignore-glog-segfaults-on-powerpc patches/ignore-glog-segfaults-on-s390 patches/series

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Mar 29 17:40:47 UTC 2009


Author: ryan52-guest
Date: Sun Mar 29 17:40:42 2009
New Revision: 32400

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32400
Log:
redo ignore-glog-segfaults-on-{powerpc,s390} patch

Added:
    trunk/libglib-perl/debian/patches/ignore-glog-segfaults-on-s390   (contents, props changed)
      - copied, changed from r32398, trunk/libglib-perl/debian/patches/ignore-glog-segfaults-on-powerpc
Removed:
    trunk/libglib-perl/debian/patches/ignore-glog-segfaults-on-powerpc
Modified:
    trunk/libglib-perl/debian/changelog
    trunk/libglib-perl/debian/patches/series

Modified: trunk/libglib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/changelog?rev=32400&op=diff
==============================================================================
--- trunk/libglib-perl/debian/changelog (original)
+++ trunk/libglib-perl/debian/changelog Sun Mar 29 17:40:42 2009
@@ -1,8 +1,9 @@
 libglib-perl (1:1.221-1) UNRELEASED; urgency=low
 
   * New upstream release
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 29 Mar 2009 10:18:46 -0700
+  * redo ignore-glog-segfaults-on-{powerpc,s390} patch
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 29 Mar 2009 10:40:36 -0700
 
 libglib-perl (1:1.220-1) unstable; urgency=low
 

Copied: trunk/libglib-perl/debian/patches/ignore-glog-segfaults-on-s390 (from r32398, trunk/libglib-perl/debian/patches/ignore-glog-segfaults-on-powerpc)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/ignore-glog-segfaults-on-s390?rev=32400&op=diff
==============================================================================
--- trunk/libglib-perl/debian/patches/ignore-glog-segfaults-on-powerpc (original)
+++ trunk/libglib-perl/debian/patches/ignore-glog-segfaults-on-s390 Sun Mar 29 17:40:42 2009
@@ -1,17 +1,15 @@
 Author: Ryan Niebur
-Description: These tests cause a seg fault. Yes, bad to just ignore it, but it is out of my hands now, as it is a bug in the C version.
+Description: skip the test on s390 as well
 Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520168
 
 --- a/t/a.t
 +++ b/t/a.t
-@@ -62,7 +62,10 @@
- 			sub {
- 				ok(1, "in custom handler $_[1][0]");
- 			});
-+SKIP: {
-+skip "skipping test that will fail because of Debian Bug #520484", 2 if($Config{archname} =~ m/^(powerpc|s390)/);
- Glib->log (undef, [qw/ info debug /], 'whee log warning');
-+}
- Glib::Log->remove_handler (undef, $id);
- 
- # i would expect this to call croak, but it actually just aborts.  :-(
+@@ -59,7 +59,7 @@
+ SKIP: {
+ 	# See <http://bugzilla.gnome.org/show_bug.cgi?id=577137>.
+ 	skip 'using multiple log levels breaks g_log on some platforms', 2
+-		if $Config{archname} =~ /powerpc|amd64/;
++		if $Config{archname} =~ /powerpc|amd64|s390/;
+ 	my $id = Glib::Log->set_handler (undef,
+ 		[qw/ error critical warning message info debug /],
+ 		sub {

Propchange: trunk/libglib-perl/debian/patches/ignore-glog-segfaults-on-s390
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: trunk/libglib-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/series?rev=32400&op=diff
==============================================================================
--- trunk/libglib-perl/debian/patches/series (original)
+++ trunk/libglib-perl/debian/patches/series Sun Mar 29 17:40:42 2009
@@ -2,4 +2,5 @@
 fix-tests
 remove-version-checking
 fix-man-pages
-ignore-glog-segfaults-on-powerpc
+ignore-glog-segfaults-on-s390
+




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