mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-06 03:46:12 +02:00
15 lines
245 B
Makefile
Executable File
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
|