debdiff attached
-- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
diff -Nru init-system-helpers-1.56+nmu1/debian/changelog init-system-helpers-1.57/debian/changelog --- init-system-helpers-1.56+nmu1/debian/changelog 2018-12-04 00:10:03.000000000 +0100 +++ init-system-helpers-1.57/debian/changelog 2019-06-21 20:56:55.000000000 +0200 @@ -1,9 +1,11 @@ -init-system-helpers (1.56+nmu1) unstable; urgency=medium +init-system-helpers (1.57) unstable; urgency=medium - * Non-maintainer upload. - * Add `runit-init' as alternative pre-dependency (Closes: #838480) + [ Dmitry Bogatov ] + * Document that `service` does not check /usr/sbin/policy-rc.d. + It is an administrator interface, so it is meant to be able to start + disabled services. (Closes: #656081) - -- Dmitry Bogatov <kact...@debian.org> Mon, 03 Dec 2018 23:10:03 +0000 + -- Michael Biebl <bi...@debian.org> Fri, 21 Jun 2019 20:56:55 +0200 init-system-helpers (1.56) unstable; urgency=medium diff -Nru init-system-helpers-1.56+nmu1/debian/rules init-system-helpers-1.57/debian/rules --- init-system-helpers-1.56+nmu1/debian/rules 2018-12-04 00:10:03.000000000 +0100 +++ init-system-helpers-1.57/debian/rules 2019-06-21 20:56:55.000000000 +0200 @@ -35,7 +35,7 @@ if dpkg-vendor --derives-from ubuntu; then \ dh_gencontrol -- -Valt:sysvinit=""; \ else \ - dh_gencontrol -- -Valt:sysvinit="| sysvinit-core | runit-init"; \ + dh_gencontrol -- -Valt:sysvinit="| sysvinit-core"; \ fi %: diff -Nru init-system-helpers-1.56+nmu1/man8/service.rst init-system-helpers-1.57/man8/service.rst --- init-system-helpers-1.56+nmu1/man8/service.rst 2018-11-22 00:15:24.000000000 +0100 +++ init-system-helpers-1.57/man8/service.rst 2019-06-21 20:56:55.000000000 +0200 @@ -50,7 +50,8 @@ All scripts should support at least the ``start`` and ``stop`` commands. As a special case, if *COMMAND* is ``--full-restart``, the script is run twice, first with the ``stop`` command, then with the ``start`` -command. +command. Note, that unlike ``update-rc.d``\(8\), ``service`` does not +check ``/usr/sbin/policy-rc.d``. ``service --status-all`` runs all init scripts, in alphabetical order, with the ``status`` command. The status is [ + ] for running services, [ - ] for