r11930 - in /desktop/experimental/glib2.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Jul 12 19:38:35 UTC 2007


Author: lool
Date: Thu Jul 12 19:38:35 2007
New Revision: 11930

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11930
Log:
* Don't make testsuite failures fatal on hppa; closes: #431720.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/rules

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=11930&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog (original)
+++ desktop/experimental/glib2.0/debian/changelog Thu Jul 12 19:38:35 2007
@@ -1,4 +1,4 @@
-glib2.0 (2.13.7-1) UNRELEASED; urgency=low
+glib2.0 (2.13.7-1) experimental; urgency=low
 
   * Drop "libtool_is_fool" snippet patching hardcode_libdir_flag_spec and
     archive_cmds which is probably dangerous with newer libtools.
@@ -9,8 +9,9 @@
   * New patch, 60_wait-longer-for-threads-to-die, to wait 5 seconds instead of
     one for threads to die in the threadpool test; hopefully fixes hppa and
     kfreebsd testsuite failures; see #428674 and #431720.
-
- -- Loic Minier <lool at dooz.org>  Thu, 12 Jul 2007 21:34:43 +0200
+  * Don't make testsuite failures fatal on hppa; closes: #431720.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 12 Jul 2007 21:37:47 +0200
 
 glib2.0 (2.13.6-1) experimental; urgency=low
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=11930&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules (original)
+++ desktop/experimental/glib2.0/debian/rules Thu Jul 12 19:38:35 2007
@@ -58,8 +58,8 @@
 CHECK_FLAVORS := $(filter deb, $(FLAVORS))
 
 # list of arches on which testsuite failures are fatal
-CHECK_SUPPORTED_ARCHES := alpha amd64 arm hppa i386 ia64 mips powerpc s390
-# testsuite is known to fail on kfreebsd -- i386 and amd64 -- and hurd
+CHECK_SUPPORTED_ARCHES := alpha amd64 arm i386 ia64 mips powerpc s390
+# testsuite is known to fail on hppa, hurd, and kfreebsd -- -i386 and -amd64
 # testsuite status is unknown on m68k, mipsel, and sparc
 
 # build dir for the current flavor; this is only expanded in flavor specific




More information about the pkg-gnome-commits mailing list