From badcb48cd279f0e2a0ed7eae2661171f2411e647 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 7 Jan 2021 20:52:38 -0500 Subject: initial commit --- debian/control | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9b08d51 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: fuss +Section: web +Priority: optional +Maintainer: B. Stack +Build-Depends: debhelper-compat (= 12) +Standards-Version: 4.5.0 +Homepage: https://gitlab.com/bgstack15/fuss/ + +Package: fuss +Architecture: all +Multi-Arch: foreign +Pre-Depends: adduser +Depends: ${misc:Depends}, ${shlibs:Depends}, + lsb-base, + python3-flask, + python3-uwsgidecorators, + python3:any, + uwsgi-core, + uwsgi-plugin-python3 +Recommends: apache2 +Description: File Upload and Storage Service + A demo web app using flask to present a simple + web page for uploading and downloading files. -- cgit