Disable testsuite. archive/raspbian/1.12.1+dfsg-2+rpi1 raspbian/1.12.1+dfsg-2+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Tue, 6 Nov 2018 13:57:08 +0000 (13:57 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 6 Nov 2018 13:57:08 +0000 (13:57 +0000)
debian/changelog
debian/rules

index 5dcace0501269fc24d8f0c46aadc95280c4e63b6..2009d88171ec34aa2bed6f36bc592911a81dc649 100644 (file)
@@ -4,6 +4,9 @@ qbs (1.12.1+dfsg-2+rpi1) buster-staging; urgency=medium
   * Add symbols file hack for Raspbian.
   * Fix clean target.
 
+  [changes introduced in 1.12.1+dfsg-2+rpi1 by Peter Michael Green]
+  * Disable testsuite.
+
  -- Peter Michael green <plugwash@raspbian.org>  Mon, 05 Nov 2018 21:05:05 +0000
 
 qbs (1.12.1+dfsg-2) unstable; urgency=medium
index 08cf0794008aea2f4430e07092be85b339f9f980..9b3d03c7c8aa63d1de0bb308a3af98a1c78797f5 100755 (executable)
@@ -50,7 +50,7 @@ override_dh_auto_install-indep:
        dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp sub-static-res-pro-install_subtargets
 
 override_dh_auto_test-arch:
-ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),testsuitedisabled)
        set -ex; \
                export LD_LIBRARY_PATH=$(CURDIR)/lib/${DEB_HOST_MULTIARCH}:$$LD_LIBRARY_PATH; \
                export HOME=$(TMP_HOME_DIR); \