[med-svn] r21565 - trunk/packages/camitk/trunk/debian

Emmanuel Promayon promayon-guest at moszumanska.debian.org
Wed Mar 23 06:31:47 UTC 2016


Author: promayon-guest
Date: 2016-03-23 06:31:44 +0000 (Wed, 23 Mar 2016)
New Revision: 21565

Modified:
   trunk/packages/camitk/trunk/debian/rules
Log:
Using Andreas fix to solve bug #817163


Modified: trunk/packages/camitk/trunk/debian/rules
===================================================================
--- trunk/packages/camitk/trunk/debian/rules	2016-03-22 20:51:21 UTC (rev 21564)
+++ trunk/packages/camitk/trunk/debian/rules	2016-03-23 06:31:44 UTC (rev 21565)
@@ -56,10 +56,10 @@
 %:
 	# For debian build, do not authorize parallel build (too much RAM 
 	# needed for Imaging CEP on arch that have small memory size)
-	#dh $@ --builddirectory=camitk-build
+	dh $@ --builddirectory=camitk-build
 	# For local personal build, parallel is ok as there is enough RAM
 	# for heavy-templated Imaging CEP (uncomment for local fast rebuild)
-	dh $@ --parallel --builddirectory=camitk-build  
+	#dh $@ --parallel --builddirectory=camitk-build  
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
@@ -73,8 +73,9 @@
 # No tests needed for docs
 override_dh_auto_test-indep:
 
-# a selection of relevant tests
-override_dh_auto_test:
+# run all the available tests (only for Archictecture: any
+# as tests can only be run if and once the framework is build)
+override_dh_auto_test-arch:
 	# Use the CamiTK test suite
 	# Note: all tests require an X server, xvfb-run is needed to have a virtual one
 	# Another way: xvfb-run --auto-servernum $(MAKE) -C camitk-build ARGS="-V" test




More information about the debian-med-commit mailing list