Files
mailnag/debian/rules
2020-06-10 17:58:41 +02:00

15 lines
245 B
Makefile
Executable File

#!/usr/bin/make -f
export PYBUILD_NAME=Mailnag
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_clean:
rm -rf $(CURDIR)/build
find $(CURDIR) -name *.pyc -delete
dh_clean
override_dh_installchangelogs:
dh_installchangelogs NEWS