This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
python-emails/debian/rules

12 lines
223 B
Makefile
Executable File

#!/usr/bin/make -f
export PYBUILD_NAME=emails
export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_install:
dh_install
rm $(CURDIR)/debian/python-emails/usr/bin/make_rfc822.py