1
0
Fork 0
mycli/debian/rules

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
337 B
Text
Raw Normal View History

#!/usr/bin/make -f
export PYBUILD_NAME=mycli
%:
dh ${@} --buildsystem=pybuild --with python3
execute_after_dh_auto_install:
# removing useless files
rm -f debian/mycli/usr/lib/python3/dist-packages/mycli/AUTHORS
rm -f debian/mycli/usr/lib/python3/dist-packages/mycli/SPONSORS
override_dh_auto_test:
# disabled, doesn't work yet