Do not include packaging file in code branch

This commit is contained in:
2020-07-29 09:39:12 +02:00
parent 41a1db3ef5
commit 4d81d4f5dd
7 changed files with 0 additions and 720 deletions

15
debian/rules vendored
View File

@ -1,15 +0,0 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1
export PYBUILD_NAME = cucchiaiata
export PYBUILD_DISABLE_python3 = test
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_build:
find ./ -type d -name __pycache__ -delete
dh build --with python3 --buildsystem=pybuild