1
0
Fork 0
colorclass/debian/rules
Daniel Baumann 28de72152e
Cosmetically updating rules file.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-07 10:21:19 +01:00

12 lines
257 B
Makefile
Executable file

#!/usr/bin/make -f
export PYBUILD_NAME=colorclass
export PYBUILD_BEFORE_TEST=cp example.py {build_dir}
export PYBUILD_AFTER_TEST=rm {build_dir}/example.py
%:
dh ${@} --buildsystem pybuild --with python3
override_dh_compress:
dh_compress -X example.py