1
0
Fork 0
cvprac/debian/rules

14 lines
183 B
Text
Raw Normal View History

#!/usr/bin/make -f
export PYBUILD_NAME=cvprac
%:
dh ${@} --buildsystem=pybuild
execute_after_dh_auto_clean:
# help pybuild
rm -rf *.egg-info
override_dh_auto_test:
# disabled