r12880 - in /desktop/unstable/glib2.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Sep 29 12:10:48 UTC 2007


Author: lool
Date: Sat Sep 29 12:10:47 2007
New Revision: 12880

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12880
Log:
* Document that testsuite failure aren't fatal on m68k due to GNOME #481575.
* Disable testsuite on arm, mips, powerpc; see GNOME #481573; mipsel was
  already disabled because its testsuite results were unknown in
  experimental.
* Document that testsuite failure is disabled on hppa, hurd, kfreebsd-amd64,
  kfreebsd-i386 due to Debian #428674.

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=12880&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog (original)
+++ desktop/unstable/glib2.0/debian/changelog Sat Sep 29 12:10:47 2007
@@ -1,3 +1,14 @@
+glib2.0 (2.14.1-4) unstable; urgency=low
+
+  * Document that testsuite failure aren't fatal on m68k due to GNOME #481575.
+  * Disable testsuite on arm, mips, powerpc; see GNOME #481573; mipsel was
+    already disabled because its testsuite results were unknown in
+    experimental.
+  * Document that testsuite failure is disabled on hppa, hurd, kfreebsd-amd64,
+    kfreebsd-i386 due to Debian #428674.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 29 Sep 2007 13:56:18 +0200
+
 glib2.0 (2.14.1-3) unstable; urgency=medium
 
   * Only build the standards debs against the system PCRE, i.e. build the udeb

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=12880&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules (original)
+++ desktop/unstable/glib2.0/debian/rules Sat Sep 29 12:10:47 2007
@@ -57,9 +57,11 @@
 CHECK_FLAVORS := $(filter deb, $(FLAVORS))
 
 # list of arches on which testsuite failures are fatal
-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
+CHECK_SUPPORTED_ARCHES := alpha amd64 i386 ia64 s390 sparc
+# 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
 
 # build dir for the current flavor; this is only expanded in flavor specific
 # targets




More information about the pkg-gnome-commits mailing list