diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/series | 2 | ||||
-rw-r--r-- | debian/patches/wsgi-ini-fix.patch | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..411aacf --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +# You must remove unused comment lines for the released package. +wsgi-ini-fix.patch diff --git a/debian/patches/wsgi-ini-fix.patch b/debian/patches/wsgi-ini-fix.patch new file mode 100644 index 0000000..7823ca6 --- /dev/null +++ b/debian/patches/wsgi-ini-fix.patch @@ -0,0 +1,13 @@ +--- a/stackbin.wsgi.ini.example ++++ b/stackbin.wsgi.ini.example +@@ -1,8 +1,8 @@ + [uwsgi] + # CentOS 7 uwsgi needs "python36" added to this list. +-plugins = logfile, python36 ++#plugins = logfile, python36 + # Devuan Ceres does not. +-#plugins = logfile ++plugins = logfile + http-socket = 127.0.0.1:4680 + wsgi-file = /usr/libexec/stackbin/stackbin.py + callable = app |