[med-svn] r19164 - trunk/packages/python-biopython/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sat May 9 06:28:04 UTC 2015
Author: tille
Date: 2015-05-09 06:28:03 +0000 (Sat, 09 May 2015)
New Revision: 19164
Modified:
trunk/packages/python-biopython/trunk/debian/rules
Log:
Provide part of doc in test dir since it is needed to run the test suite
Modified: trunk/packages/python-biopython/trunk/debian/rules
===================================================================
--- trunk/packages/python-biopython/trunk/debian/rules 2015-05-09 06:22:39 UTC (rev 19163)
+++ trunk/packages/python-biopython/trunk/debian/rules 2015-05-09 06:28:03 UTC (rev 19164)
@@ -86,8 +86,9 @@
LC_ALL=C.UTF-8 dh_auto_test -- --test --system=custom \
--test-args='set -e; \
mkdir -p {build_dir}/home; \
- mkdir -p {build_dir}/Doc; \
+ mkdir -p {build_dir}/Doc/examples; \
cp -a Doc/Tutorial.tex {build_dir}/Doc; \
+ cp -a Doc/examples/nmr {build_dir}/Doc/examples; \
cp -a Tests {build_dir}; \
cd {build_dir}/Tests; \
env DIALIGN2_DIR=/usr/share/dialign EMBOSS_ROOT=/usr/lib/emboss HOME={build_dir}/home {interpreter} run_tests.py --offline'
More information about the debian-med-commit
mailing list