Debian packaging and pyproject.toml

This commit is contained in:
2024-07-07 16:24:35 +02:00
parent 7aad78755f
commit 8f74b2a0fa
19 changed files with 161 additions and 0 deletions

22
debian/control vendored Normal file
View File

@@ -0,0 +1,22 @@
Source: routerstats
Section: misc
Priority: optional
Maintainer: Daniel Lysfjord <lysfjord.daniel@smokepit.net>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Homepage: https://git.smokepit.net/daniell/routerstats/
Rules-Requires-Root: no
Package: routerstats-httpd
Architecture: all
Depends: python3, python3-rrdtool
Description: routerstats httpd service
Package: routerstats-client
Architecture: all
Depends: python3, python3-rrdtool
Description: routerstats client
Package: routerstats-collector
Architecture: all
Depends: python3, python3-setproctitle