Revision 8cfb841f3ba2f4c7e202c28d8b4810653d85a280 authored by Valentin Lorentz on 26 December 2017, 04:46:31 UTC, committed by Valentin Lorentz on 26 December 2017, 04:46:46 UTC
1 parent 37a42b0
Raw File
rules
#!/usr/bin/make -f

export DH_VERBOSE = 1
export PYBUILD_NAME = supybot

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_auto_test:
#	cp -r {dir}/scripts/supybot-test {build_dir}; chmod u+x {build_dir}/supybot-test; cp -r {dir}/test {build_dir}
#	cd {build_dir}; ./supybot-test test
#	rm -rf {build_dir}/supybot-test; rm -rf {build_dir}/test
back to top