[med-svn] r20156 - trunk/packages/vsearch/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Sep 29 07:33:14 UTC 2015


Author: tille
Date: 2015-09-29 07:32:58 +0000 (Tue, 29 Sep 2015)
New Revision: 20156

Modified:
   trunk/packages/vsearch/trunk/debian/rules
Log:
Enable skipping test (since currently test data are not included in download tarball)


Modified: trunk/packages/vsearch/trunk/debian/rules
===================================================================
--- trunk/packages/vsearch/trunk/debian/rules	2015-09-29 07:31:43 UTC (rev 20155)
+++ trunk/packages/vsearch/trunk/debian/rules	2015-09-29 07:32:58 UTC (rev 20156)
@@ -25,11 +25,13 @@
 	dh_auto_build
 	markdown_py -f README.html README.md
 
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	cd test && \
 	for t in *.sh ; do \
 	    bash $$t v ; \
 	done
+endif
 
 override_dh_clean:
 	dh_clean




More information about the debian-med-commit mailing list