r13678 - in /desktop/unstable/glib2.0/debian: changelog rules
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Thu Nov 29 10:47:13 UTC 2007
Author: slomo
Date: Thu Nov 29 10:47:12 2007
New Revision: 13678
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13678
Log:
* debian/rules:
+ Make testsuite failures on sparc non-fatal too as the
threadpool-test fails there too, most probably of some
timing related bug.
Modified:
desktop/unstable/glib2.0/debian/changelog
desktop/unstable/glib2.0/debian/rules
Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=13678&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog (original)
+++ desktop/unstable/glib2.0/debian/changelog Thu Nov 29 10:47:12 2007
@@ -1,3 +1,12 @@
+glib2.0 (2.14.4-2) unstable; urgency=low
+
+ * debian/rules:
+ + Make testsuite failures on sparc non-fatal too as the
+ threadpool-test fails there too, most probably of some
+ timing related bug.
+
+ -- Sebastian Dröge <slomo at debian.org> Thu, 29 Nov 2007 11:45:57 +0100
+
glib2.0 (2.14.4-1) unstable; urgency=low
[ Loic Minier ]
Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=13678&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules (original)
+++ desktop/unstable/glib2.0/debian/rules Thu Nov 29 10:47:12 2007
@@ -57,11 +57,12 @@
CHECK_FLAVORS := $(filter deb, $(FLAVORS))
# list of arches on which testsuite failures are fatal
-CHECK_SUPPORTED_ARCHES := alpha amd64 i386 ia64 lpia s390 sparc
+CHECK_SUPPORTED_ARCHES := alpha amd64 i386 ia64 lpia s390
# testsuite is known to fail on hppa, hurd, kfreebsd-amd64, kfreebsd-i386; see
# Debian #428674
# testsuite is known to fail on arm, mips, mipsel, powerpc; see GNOME #481573
# testsuite is known to fail on m68k; see GNOME #481575
+# testsuite fails on sparc in threadpool-test
# build dir for the current flavor; this is only expanded in flavor specific
# targets
More information about the pkg-gnome-commits
mailing list