Compare commits

...

12 Commits

Author SHA1 Message Date
geos_one
c7290907ed make compat to buster 2025-08-10 01:49:15 +02:00
root
d75e6c51bd Bump 2025-08-06 15:14:17 +02:00
root
206067cb4f Update upstream source from tag 'upstream/3.1.1'
Update to upstream version '3.1.1'
with Debian dir abc6ff77b6e18a0ca0d156a3c926935092e08854
2025-08-06 15:00:39 +02:00
Mario Fetka
c813f3cb15 update compat 2023-07-01 11:58:21 +02:00
Mario Fetka
502885fd23 update compat 2023-07-01 11:55:09 +02:00
Mario Fetka
6efd4c00f8 Bump 2021-10-27 08:44:51 +02:00
Mario Fetka
38ddc53c2c build for stretch and jessie 2021-10-26 16:18:10 +02:00
Mario Fetka
16495c72e8 build for stretch and jessie 2021-10-26 16:07:46 +02:00
Mario Fetka
eb632a902b build for stretch and jessie 2021-10-26 16:04:21 +02:00
Mario Fetka
70834e1808 build for stretch and jessie 2021-10-26 15:02:23 +02:00
Mario Fetka
fdfbc23d0f build for stretch and jessie 2021-10-26 14:14:08 +02:00
Mario Fetka
3684dca243 correct deeps for bullseye 2021-10-26 13:17:45 +02:00
6 changed files with 46 additions and 1 deletions

10
debian/afancontrol.postinst.debhelper vendored Normal file
View File

@ -0,0 +1,10 @@
# Automatically added by dh_python3
if command -v py3compile >/dev/null 2>&1; then
py3compile -p afancontrol
fi
if command -v pypy3compile >/dev/null 2>&1; then
pypy3compile -p afancontrol || true
fi
# End automatically added section

12
debian/afancontrol.postrm.debhelper vendored Normal file
View File

@ -0,0 +1,12 @@
# Automatically added by dh_installsystemd/13.24.2
if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
systemctl --system daemon-reload >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.24.2
if [ "$1" = "purge" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper purge 'afancontrol.service' >/dev/null || true
fi
fi
# End automatically added section

10
debian/afancontrol.prerm.debhelper vendored Normal file
View File

@ -0,0 +1,10 @@
# Automatically added by dh_python3
if command -v py3clean >/dev/null 2>&1; then
py3clean -p afancontrol
else
dpkg -L afancontrol | sed -En -e '/^(.*)\/(.+)\.py$/s,,rm "\1/__pycache__/\2".*,e'
find /usr/lib/python3/dist-packages/ -type d -name __pycache__ -empty -print0 | xargs --null --no-run-if-empty rmdir
fi
# End automatically added section

3
debian/afancontrol.substvars vendored Normal file
View File

@ -0,0 +1,3 @@
python3:Depends=python3-click, python3:any
misc:Depends=
misc:Pre-Depends=

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
afancontrol (3.1.1-1) UNRELEASED; urgency=medium
[ Mario Fetka ]
* Imported Upstream version 3.1.0
[ root ]
* New upstream version 3.1.1
-- root <mario.fetka@disconnected-by-peer.at> Wed, 06 Aug 2025 15:01:06 +0200
afancontrol (3.1.0-1) unstable; urgency=medium afancontrol (3.1.0-1) unstable; urgency=medium
[ Juha Yrjölä ] [ Juha Yrjölä ]

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: afancontrol
Section: utils Section: utils
Priority: optional Priority: optional
Maintainer: Kostya Esmukov <kostya@esmukov.ru> Maintainer: Kostya Esmukov <kostya@esmukov.ru>
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 12),
dh-python, dh-python,
python3-all, python3-all,
python3-click, python3-click,