[med-svn] r6883 - trunk/packages/ncbi-blast-plus/trunk/debian
Aaron M. Ucko
ucko at alioth.debian.org
Sun May 29 15:10:55 UTC 2011
Author: ucko
Date: 2011-05-29 15:10:55 +0000 (Sun, 29 May 2011)
New Revision: 6883
Modified:
trunk/packages/ncbi-blast-plus/trunk/debian/rules
Log:
Report any test suite errors in more detail but otherwise ignore them, as some
tests will likely fail in unnetworked environments (as on some autobuilders).
Modified: trunk/packages/ncbi-blast-plus/trunk/debian/rules
===================================================================
--- trunk/packages/ncbi-blast-plus/trunk/debian/rules 2011-05-29 15:07:21 UTC (rev 6882)
+++ trunk/packages/ncbi-blast-plus/trunk/debian/rules 2011-05-29 15:10:55 UTC (rev 6883)
@@ -31,6 +31,11 @@
cd c++/BUILD/build && make -f Makefile.flat \
all_projects="$(proj)"
+override_dh_auto_test:
+ -dh_auto_test
+ -c++/BUILD/build/check.sh concat_err
+ -cat c++/BUILD/build/check.sh.out_err
+
instroot = debian/ncbi-blast+/usr
override_dh_auto_install:
cp c++/BUILD/lib/*.so $(instroot)/lib/ncbi-blast+/
More information about the debian-med-commit
mailing list