Source: vilistextum
Version: 2.6.9-1.4
Tags: patch upstream
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

vilistextum fails to cross build from source, because it fails running
tests despite DEB_BUILD_OPTIONS=nocheck. They're actually run twice -
once via dh_auto_build and once via dh_auto_test. The default target
happens to depend on the check target. While dh_auto_test honours
DEB_BUILD_OPTIONS=nocheck, dh_auto_build doesn't expect to run a test
suite. I suggest updating the upstream Makefiles to decouple these.
Doing so makes vilistextum cross buildable. Please consider applying the
attached patch.

Helmut
--- vilistextum-2.6.9.orig/tests/Makefile.am
+++ vilistextum-2.6.9/tests/Makefile.am
@@ -16,5 +16,3 @@
 
 test: check
 
-all: check
-

Reply via email to