[Fakeroot-commits] [SCM] fakeroot branch, master, updated. debian/1.14.3-227-gb904fdf

Clint Adams clint at debian.org
Sun Apr 22 02:31:58 UTC 2012


The following commit has been merged in the master branch:
commit 6d7fe1e184d10d6020c51dfb86193ef3bb9b884e
Author: Clint Adams <clint at debian.org>
Date:   Sat Apr 21 22:22:16 2012 -0400

    Disable SYSV tests on the Hurd.  closes: #651103.

diff --git a/debian/rules b/debian/rules
index 08181c0..4bfd690 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,9 @@ build-stamp: obj-sysv/config.status obj-tcp/config.status
 
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+ifeq (,$(findstring hurd, $(DEB_HOST_ARCH_OS)))
 	cd obj-sysv && $(MAKE) check
+endif
 	cd obj-tcp && $(MAKE) check
 endif
 endif

-- 
fakeroot



More information about the Fakeroot-commits mailing list