Revision 2242aadde9f0c3a57bc8c66ec5f6b144d55a3aab authored by James Lu on 22 July 2018, 03:55:52 UTC, committed by James Lu on 22 July 2018, 04:01:21 UTC
Before, the trailing space in the default snarferPrefix value disappears after a reload because spaces at the end of config lines are ignored.
1 parent 9374c1f
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