Files
mailnag/debian/rules

15 lines
245 B
Plaintext
Raw Permalink Normal View History

2012-09-02 17:22:20 +02:00
#!/usr/bin/make -f
export PYBUILD_NAME=Mailnag
2012-09-02 17:22:20 +02:00
%:
dh $@ --with python3 --buildsystem=pybuild
2012-09-02 17:22:20 +02:00
override_dh_clean:
rm -rf $(CURDIR)/build
2012-12-03 21:48:08 +01:00
find $(CURDIR) -name *.pyc -delete
2012-09-02 17:22:20 +02:00
dh_clean
2012-12-23 15:04:41 +01:00
override_dh_installchangelogs:
dh_installchangelogs NEWS