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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Nov 18 18:38:26 UTC 2011


Author: biebl
Date: Fri Nov 18 18:38:24 2011
New Revision: 31524

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31524
Log:
Disable test suite on kfreebsd-* for now.

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=31524&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog [utf-8] Fri Nov 18 18:38:24 2011
@@ -1,6 +1,7 @@
 glib2.0 (2.30.2-4) UNRELEASED; urgency=low
 
   * Upload to unstable.
+  * Disable test suite on kfreebsd-* for now.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 18 Nov 2011 19:28:31 +0100
 

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=31524&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/rules [utf-8] Fri Nov 18 18:38:24 2011
@@ -46,7 +46,11 @@
 # Don't put the symbols in the -dbg package
 DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
 
+# Disable test suite on kfreebsd-*
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649196
+ifneq ($(DEB_HOST_ARCH_OS),kfreebsd)
 DEB_MAKE_CHECK_TARGET = -k check || true
+endif
 
 # configure flags
 DEB_CONFIGURE_EXTRA_FLAGS := \




More information about the pkg-gnome-commits mailing list