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/control | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..bd3824a --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: stackbin +Section: web +Priority: optional +Maintainer: B. Stack +Build-Depends: debhelper-compat (= 12) +Standards-Version: 4.5.0 +Homepage: https://bgstack15.ddns.net/ + +Package: stackbin +Architecture: all +Multi-Arch: foreign +Pre-Depends: adduser +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: pastebin in flask + A simple pastebin written in flask with a password- + protected admin panel. -- cgit