From d75e6c51bdad38053862d431024f1258cbd3680a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 Aug 2025 15:14:17 +0200 Subject: [PATCH] Bump --- debian/afancontrol.postinst.debhelper | 10 ++++++++++ debian/afancontrol.postrm.debhelper | 12 ++++++++++++ debian/afancontrol.prerm.debhelper | 10 ++++++++++ debian/afancontrol.substvars | 3 +++ debian/changelog | 10 ++++++++++ 5 files changed, 45 insertions(+) create mode 100644 debian/afancontrol.postinst.debhelper create mode 100644 debian/afancontrol.postrm.debhelper create mode 100644 debian/afancontrol.prerm.debhelper create mode 100644 debian/afancontrol.substvars diff --git a/debian/afancontrol.postinst.debhelper b/debian/afancontrol.postinst.debhelper new file mode 100644 index 0000000..5975540 --- /dev/null +++ b/debian/afancontrol.postinst.debhelper @@ -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 diff --git a/debian/afancontrol.postrm.debhelper b/debian/afancontrol.postrm.debhelper new file mode 100644 index 0000000..e67de4d --- /dev/null +++ b/debian/afancontrol.postrm.debhelper @@ -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 diff --git a/debian/afancontrol.prerm.debhelper b/debian/afancontrol.prerm.debhelper new file mode 100644 index 0000000..163d82f --- /dev/null +++ b/debian/afancontrol.prerm.debhelper @@ -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 diff --git a/debian/afancontrol.substvars b/debian/afancontrol.substvars new file mode 100644 index 0000000..c181e29 --- /dev/null +++ b/debian/afancontrol.substvars @@ -0,0 +1,3 @@ +python3:Depends=python3-click, python3:any +misc:Depends= +misc:Pre-Depends= diff --git a/debian/changelog b/debian/changelog index c8cc2e1..2f0a1f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 06 Aug 2025 15:01:06 +0200 + afancontrol (3.1.0-1) unstable; urgency=medium [ Juha Yrjölä ]