Debian packaging and pyproject.toml
This commit is contained in:
22
debian/control
vendored
Normal file
22
debian/control
vendored
Normal 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
|
||||
Reference in New Issue
Block a user