afancontrol/debian/control

45 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-10-26 12:58:36 +02:00
Source: afancontrol
Section: utils
Priority: optional
Maintainer: Kostya Esmukov <kostya@esmukov.ru>
2023-07-01 11:54:39 +02:00
Build-Depends: debhelper-compat (= 13),
2021-10-26 12:58:36 +02:00
dh-python,
2021-10-27 08:44:51 +02:00
debhelper (>= 9.20160709) | dh-systemd,
2021-10-26 12:58:36 +02:00
python3-all,
2023-07-01 11:54:39 +02:00
python3-click,
python3-prometheus-client (>= 0.1.0),
python3-pytest,
python3-requests,
python3-serial,
2021-10-26 12:58:36 +02:00
python3-setuptools
2023-07-01 11:55:09 +02:00
<<<<<<< HEAD
2021-10-26 12:58:36 +02:00
Build-Depends-Indep: python3-pytest,
python3-requests,
python3-click,
2021-10-27 08:44:51 +02:00
python3-prometheus-client (>= 0.1.0),
2021-10-26 12:58:36 +02:00
python3-serial
2023-07-01 11:55:09 +02:00
=======
>>>>>>> upstream/3.1.0
2021-10-26 12:58:36 +02:00
Standards-Version: 3.9.8
Homepage: https://github.com/KostyaEsmukov/afancontrol
Package: afancontrol
Architecture: all
2023-07-01 11:54:39 +02:00
Depends: hddtemp,
2021-10-26 12:58:36 +02:00
lm-sensors,
python3-click,
python3-pkg-resources,
2021-10-27 08:44:51 +02:00
python3-prometheus-client (>= 0.1.0),
2023-07-01 11:55:09 +02:00
<<<<<<< HEAD
2021-10-26 12:58:36 +02:00
python3-serial
Suggests: freeipmi-tools,
2023-07-01 11:55:09 +02:00
=======
2023-07-01 11:54:39 +02:00
python3-serial,
${misc:Depends},
${python3:Depends}
Suggests: freeipmi-tools
2023-07-01 11:55:09 +02:00
>>>>>>> upstream/3.1.0
2021-10-26 12:58:36 +02:00
Description: Advanced Fan Control program (Python 3)
afancontrol is an Advanced Fan Control program, which controls PWM
fans according to the current temperatures of the system components.