blob: 7da282f5307617c933bf13bb2e6e543abe7e056e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
# You must remove unused comment lines for the released package.
#export DH_VERBOSE = 1
#export PYBUILD_NAME = tkstackrpms
%:
dh $@ --with python3 --buildsystem pybuild
execute_after_dh_auto_clean:
rm -rf build/ .pybuild/ src/*.egg-info dist/
|