summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJason D. McCormick <jason@mfamily.org>2023-12-20 16:59:36 -0500
committerJason D. McCormick <jason@mfamily.org>2023-12-20 16:59:36 -0500
commit4f2d1ec1ee72a3f5eef3d2be68cc12951c204e3f (patch)
tree9170600115be2f5dac7a3cbffd4834cef0ac3cd1 /debian/control
parent62bca1b61296ac551574818c5021188913678168 (diff)
add basic debian building
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
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 <jason@mfamily.org>
+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.