[med-svn] r20496 - trunk/packages/vsearch/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sat Nov 14 09:42:44 UTC 2015
Author: tille
Date: 2015-11-14 09:42:43 +0000 (Sat, 14 Nov 2015)
New Revision: 20496
Modified:
trunk/packages/vsearch/trunk/debian/rules
Log:
Unpack fsa file to enable proper use by test suite
Modified: trunk/packages/vsearch/trunk/debian/rules
===================================================================
--- trunk/packages/vsearch/trunk/debian/rules 2015-11-14 09:26:23 UTC (rev 20495)
+++ trunk/packages/vsearch/trunk/debian/rules 2015-11-14 09:42:43 UTC (rev 20496)
@@ -34,6 +34,7 @@
for datafile in `find $(VDATADIR) -type f` ; do \
ln -s $${datafile} `echo $${datafile} | sed -e "s#$(VDATADIR)/#../vsearch-data/#"` ; \
done && \
+ zcat ../vsearch-data/BioMarKs.fsa.gz > ../vsearch-data/BioMarKs.fsa && \
cd test && \
for t in *.sh ; do \
bash $$t v ; \
More information about the debian-med-commit
mailing list