[SCM] libmysofa/master: skip tests by overriding dh_auto_test

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Jul 20 10:45:10 UTC 2017


The following commit has been merged in the master branch:
commit 576511066e979445b6912dc16489267efbe29064
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sat Jul 1 22:40:01 2017 +0200

    skip tests by overriding dh_auto_test

diff --git a/debian/rules b/debian/rules
index 3065288..c6f5a81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,11 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 	dh $@
 
 override_dh_auto_configure:
+	dh_auto_configure -- -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
+override_dh_auto_test:
 	# tests have been disabled, until we figure out how to make them not stall
-	dh_auto_configure -- -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) -DBUILD_TESTS=off
+	@echo "skipping tests"
 
 override_dh_clean:
 	dh_clean

-- 
libmysofa packaging



More information about the pkg-multimedia-commits mailing list