From df2fbdc9bd4387ee72d2b38df9abf0778175c2d4 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 15 Feb 2022 22:49:00 -0500 Subject: add initial debian package recipe --- debian/patches/series | 2 ++ debian/patches/wsgi-ini-fix.patch | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 debian/patches/series create mode 100644 debian/patches/wsgi-ini-fix.patch (limited to 'debian/patches') 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 -- cgit