[med-svn] r20908 - trunk/packages/python-cogent/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Dec 30 16:51:50 UTC 2015


Author: tille
Date: 2015-12-30 16:51:49 +0000 (Wed, 30 Dec 2015)
New Revision: 20908

Modified:
   trunk/packages/python-cogent/trunk/debian/changelog
   trunk/packages/python-cogent/trunk/debian/rules
Log:
exclude test failed on i386 also on kfreebsd-i386


Modified: trunk/packages/python-cogent/trunk/debian/changelog
===================================================================
--- trunk/packages/python-cogent/trunk/debian/changelog	2015-12-30 16:38:32 UTC (rev 20907)
+++ trunk/packages/python-cogent/trunk/debian/changelog	2015-12-30 16:51:49 UTC (rev 20908)
@@ -1,8 +1,9 @@
-python-cogent (1.5.3-10) UNRELEASED; urgency=medium
+python-cogent (1.5.3-10) unstable; urgency=medium
 
   * mothur does not exist on s390x
+  * exclude test failed on i386 also on kfreebsd-i386
 
- -- Andreas Tille <tille at debian.org>  Wed, 30 Dec 2015 17:33:45 +0100
+ -- Andreas Tille <tille at debian.org>  Wed, 30 Dec 2015 17:43:34 +0100
 
 python-cogent (1.5.3-9) unstable; urgency=medium
 

Modified: trunk/packages/python-cogent/trunk/debian/rules
===================================================================
--- trunk/packages/python-cogent/trunk/debian/rules	2015-12-30 16:38:32 UTC (rev 20907)
+++ trunk/packages/python-cogent/trunk/debian/rules	2015-12-30 16:51:49 UTC (rev 20908)
@@ -85,7 +85,7 @@
 ifeq ($(BUILDARCH),ppc64)
 	for tst in $(FAIL_ON_PPC64_TESTS) ; do sed -i "/$${tst}/d" tests/alltests.py ; done
 endif
-ifeq ($(BUILDARCH),i386)
+ifeq ($(BUILDARCH),$(filter $(BUILDARCH), i386 kfreebsd-i386))
 	for tst in $(FAIL_ON_I386_TESTS) ; do sed -i "/$${tst}/d" tests/alltests.py ; done
 endif
 endif




More information about the debian-med-commit mailing list