Revision b6c75a70d398bea95e60c7fb7fadc4defe143d71 authored by James Lu on 29 September 2017, 23:02:36 UTC, committed by James Lu on 29 September 2017, 23:02:36 UTC
Also add in a special case for handling the new unitless unit ("!!")
1 parent b5f53fb
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