r15868 - packages/trunk/0ad/debian

Vincent Cheng vcheng at moszumanska.debian.org
Thu Sep 8 06:04:45 UTC 2016


Author: vcheng
Date: 2016-09-08 06:04:38 +0000 (Thu, 08 Sep 2016)
New Revision: 15868

Modified:
   packages/trunk/0ad/debian/changelog
   packages/trunk/0ad/debian/rules
Log:
0ad: temporarily disable test suite on arm64


Modified: packages/trunk/0ad/debian/changelog
===================================================================
--- packages/trunk/0ad/debian/changelog	2016-09-08 06:01:31 UTC (rev 15867)
+++ packages/trunk/0ad/debian/changelog	2016-09-08 06:04:38 UTC (rev 15868)
@@ -2,6 +2,7 @@
 
   * Add debian/patches/fix-gcc6-segfault.patch to fix spidermonkey segfault
     when built with gcc6.
+  * Temporarily disable test suite on arm64 to fix arch-specific FTBFS.
   * Call dh_strip --dbgsym-migration to cleanly migrate from the old -dbg
     package to -dbgsym.
 

Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2016-09-08 06:01:31 UTC (rev 15867)
+++ packages/trunk/0ad/debian/rules	2016-09-08 06:04:38 UTC (rev 15868)
@@ -33,7 +33,9 @@
 	# Note: Avoid running tests from root dir of build, otherwise certain
 	# tests (i.e. in testsuite MeshManager) may not work as intended and
 	# create spurious directories above root dir (../data/mods).
+ifeq (,$(filter arm64, $(DEB_HOST_ARCH)))
 	cd binaries/system/ && LD_LIBRARY_PATH=. ./test -libdir .
+endif
 
 override_dh_auto_install:
 	install -Dm 0755 build/resources/0ad.sh $(CURDIR)/debian/tmp/usr/games/0ad




More information about the Pkg-games-commits mailing list