From fb696ff9d35b39338736ba7e7bebe6a63646c80e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 18 Apr 2020 11:12:08 +0200 Subject: [PATCH] debian: do not install make_rfc822 script at all --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index cdd1686..b391186 100755 --- a/debian/rules +++ b/debian/rules @@ -9,3 +9,4 @@ export PYBUILD_DISABLE=test override_dh_install: dh_install rm $(CURDIR)/debian/python-emails/usr/bin/make_rfc822.py + rm $(CURDIR)/debian/python3-emails/usr/bin/make_rfc822.py