Version in base suite: 0.9.1 Base version: runit-services_0.9.1 Target version: runit-services_0.9.1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/r/runit-services/runit-services_0.9.1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/r/runit-services/runit-services_0.9.1+deb13u1.dsc debian/changelog | 11 +++++++++++ sv/dbus.dep-fixer/run | 10 ++++++++++ sv/slim/run | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmps358h7mu/runit-services_0.9.1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmps358h7mu/runit-services_0.9.1+deb13u1.dsc: no acceptable signature found diff -Nru runit-services-0.9.1/debian/changelog runit-services-0.9.1+deb13u1/debian/changelog --- runit-services-0.9.1/debian/changelog 2025-04-10 08:52:56.000000000 +0000 +++ runit-services-0.9.1+deb13u1/debian/changelog 2026-02-10 18:08:57.000000000 +0000 @@ -1,3 +1,14 @@ +runit-services (0.9.1+deb13u1) trixie; urgency=medium + + * slim: start in foreground with -n. + + thanks: Andrew Bower (Closes: #1121099) + * dbus-dep.fixer: + - correctly test for existing services definitions + - only start dbus services, even with the sysv override. + + thanks: S. Osipiuk (Closes: #1126699) + + -- Lorenzo Puliti Tue, 10 Feb 2026 19:08:57 +0100 + runit-services (0.9.1) unstable; urgency=medium * deploy rsyslog logrotate snipped also during upgrade (Closes: #1102482) diff -Nru runit-services-0.9.1/sv/dbus.dep-fixer/run runit-services-0.9.1+deb13u1/sv/dbus.dep-fixer/run --- runit-services-0.9.1/sv/dbus.dep-fixer/run 2023-01-19 14:02:19.000000000 +0000 +++ runit-services-0.9.1+deb13u1/sv/dbus.dep-fixer/run 2026-02-10 18:08:57.000000000 +0000 @@ -16,7 +16,17 @@ [ ! -x "$script" ] && continue path=$(realpath "$script") name=${path##*/} + [ -f /etc/runit/override-sysv.d/"$name".block ] && continue + [ -f /etc/runit/override-sysv.d/"$name".pkgblock ] && continue + if [ -f /etc/runit/override-sysv.d/"$name".sysv ]; then + if grep -q "$name:.*dbus" /etc/init.d/.depend.start ; then + "$script" start + fi + continue + fi + [ -L "/etc/service/$name" ] && continue [ -d "/etc/sv/$name" ] && continue + [ -d "/usr/share/runit/sv.current/$name" ] && continue if grep -q "$name:.*dbus" /etc/init.d/.depend.start ; then "$script" start fi diff -Nru runit-services-0.9.1/sv/slim/run runit-services-0.9.1+deb13u1/sv/slim/run --- runit-services-0.9.1/sv/slim/run 2025-03-09 23:35:25.000000000 +0000 +++ runit-services-0.9.1+deb13u1/sv/slim/run 2026-02-10 12:27:50.000000000 +0000 @@ -18,4 +18,4 @@ exec 2>&1 -exec ##bin## +exec ##bin## -n