1
0
Fork 0
cli-helpers/debian/rules
2025-02-07 00:57:51 +01:00

13 lines
206 B
Makefile
Executable file

#!/usr/bin/make -f
export PYBUILD_NAME=cli-helpers
%:
dh ${@} --buildsystem=pybuild
execute_after_dh_auto_clean:
# help pybuild
rm -rf *.egg-info
override_dh_auto_test:
# disabled, doesn't work yet