Verified Commit 9c1bd76a authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

Fix FTBFS. (Closes: #891752)

parent d243fede
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
cwltool (1.0.20180225105849-2) unstable; urgency=medium

  * Fix FTBFS. (Closes: #891752)

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Thu, 01 Mar 2018 06:33:51 -0800

cwltool (1.0.20180225105849-1) unstable; urgency=medium

  * New upstream release
+9 −2
Original line number Diff line number Diff line
@@ -3,8 +3,6 @@
DH_VERBOSE := 1

export PYBUILD_NAME=cwltool
export PYBUILD_BEFORE_TEST={interpreter} {dir}/setup.py develop
export PYBUILD_TEST_ARGS=-k 'not test_http_path_mapping and not test_pack' --ignore cwltool/schemas/ --pyarg cwltool
export HOME=$(shell echo $$PWD"/fakehome")

%:
@@ -17,3 +15,12 @@ debian/cwltool.1: debian/rules debian/cwltool.help2man

override_dh_installman: debian/cwltool.1
	dh_installman

override_dh_auto_test:
	dh_auto_install
	PYBUILD_SYSTEM=custom \
	PYBUILD_TEST_ARGS="cd {dir}; export PATH={destdir}/usr/bin:$$PATH ; \
	cd {build_dir}; export PYTHONPATH=$$(pwd); {interpreter} -m pytest \
		-k 'not test_http_path_mapping and not test_pack' \
		--ignore cwltool/schemas/ --pyarg cwltool" dh_auto_test