Control: tags -1 + patch Hello,
On Mon, 21 Apr 2025 14:36:29 +1000 Timothy Allen <thrist...@gmail.com> wrote: > Perhaps "--no-stop-on-upgrade" could be added to the dh_installsystemd > invocation? Since acmetool isn't a long-lived service, restarting it > automatically on upgrade isn't necessary, it'll restart itself > anyway. I applied this suggestion and tested the upgrade process. The systemd timer is not stopped anymore. I believe this should be the correct behavior. See patch attached. Cheers, -- Guilherme Puida
diff -Nru acmetool-0.2.2/debian/rules acmetool-0.2.2/debian/rules --- acmetool-0.2.2/debian/rules 2023-10-27 08:19:07.000000000 -0300 +++ acmetool-0.2.2/debian/rules 2025-05-25 18:25:06.000000000 -0300 @@ -22,6 +22,6 @@ dh_compress --exclude=examples override_dh_installsystemd: - dh_installsystemd --no-enable --no-start acmetool.timer + dh_installsystemd --no-enable --no-start --no-stop-on-upgrade acmetool.timer override_dh_installinit: