From 4f2d1ec1ee72a3f5eef3d2be68cc12951c204e3f Mon Sep 17 00:00:00 2001 From: "Jason D. McCormick" Date: Wed, 20 Dec 2023 16:59:36 -0500 Subject: add basic debian building --- debian/control | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..954cb29 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: allmon3 +Section: hamradio +Priority: optional +Maintainer: Jason McCormick +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.5.1 +Homepage: https://github.com/AllStarLink/Allmon3 +Vcs-Browser: https://github.com/AllStarLink/Allmon3 +Vcs-Git: https://github.com/AllStarLink/Allmon3.git +Rules-Requires-Root: binary-targets + +Package: allmon3 +Architecture: all +Recommends: apache2 | httpd +Depends: python3-argon2, python3, ${misc:Depends}, adduser, python3-aiohttp, python3-aiohttp-session +Description: Web monitoring interface for AllStarLink + application. Allmon3 is the next generation of + the venerable Allmon2 that is rewritten for + performance, scalability, and responsiveness. -- cgit v1.2.3