Package: mailman3-suite
Version: 0+20170523-2
Severity: minor
Tags: patch
Hi,
it's great to see mailman3 in Debian. Thanks a lot for your efforts.
There is a small typo in the control file that prevents to use nginx
with this package. Patch is attached.
regard,
Phil
--- control.orig 2017-12-13 19:49:17.022251933 +0100
+++ control 2017-12-13 19:49:26.078320831 +0100
@@ -26,7 +26,7 @@
uwsgi,
uwsgi-plugin-python,
${misc:Depends}
-Recommends: libapache2-mod-proxy-uwsgi | nxginx, postgresql
+Recommends: libapache2-mod-proxy-uwsgi | nginx, postgresql
Description: Django project integrating Mailman3 Postorius and HyperKitty
This django web application provides the Mailman3 Postorius web interface
and the HyperKitty mailinglist archiver integrated into one project.