Change logs for init-system-helpers source package in Disco

  • init-system-helpers (1.56+nmu1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Add `runit-init' as alternative pre-dependency (Closes: #838480)
    
     -- Dmitry Bogatov <email address hidden>  Mon, 03 Dec 2018 23:10:03 +0000
  • init-system-helpers (1.56) unstable; urgency=medium
    
      * update-rc.d: If systemctl is available, use it in make_systemd_links.
        To not create an endless loop, we set SYSTEMCTL_SKIP_SYSV=1 which is
        respected by systemd-sysv-install since v228. Add a versioned Breaks
        against systemd accordingly.
      * man: Fix name field of update-rc.d man page
      * man: Stop mentioning file-rc in invoke-rc.d man page.
        The file-rc package has been removed from the archive.
      * man: Stop mentioning bum and sysv-rc-conf in update-rc.d man page
      * man: Update bugtracker URLs.
        invoke-rc.d and update-rc.d are provided by init-system-helpers
        nowadays. Keep a reference to sysv-rc, for the sysvinit related bits.
    
     -- Michael Biebl <email address hidden>  Thu, 22 Nov 2018 00:15:24 +0100
  • init-system-helpers (1.55) unstable; urgency=medium
    
      [ Ondřej Nový ]
      * d/control: Deprecating priority extra as per policy 4.0.1
    
      [ Benda Xu ]
      * s/update-rc.d: let OpenRC run after sysv_{insserv,plain}
        Refactorization in 6cb72b59a0a1898939b818d8d2 made rc-update from
        OpenRC run *before* sysv_{insserv,plain}.  OpenRC needs to
        sychronize with /etc/rc?.d links to maintain consistency and
        administrator configurations, therefore it has to be executed after
        them. (Closes: #910444)
    
      [ Felipe Sateler ]
      * Fix manpage listings in d/copyright for rst manual pages.
        The names were not changed correctly when the manpages were rewritten in
        rst.
      * Bump Standards-Version (no changes needed)
    
     -- Felipe Sateler <email address hidden>  Wed, 24 Oct 2018 08:31:28 -0300
  • init-system-helpers (1.54) unstable; urgency=medium
    
      * Revert "Drop fallback for old versions of systemd that didn't have
        is-enabled"
        If a package ships both init script and systemd service file, the
        systemd unit will not be enabled by the time invoke-rc.d is called
        (with current debhelper sequence). This would make systemctl is-enabled
        report the wrong status, and then the service would not be started.
        Add a comment noting this to avoid removing again in the future.
        This reverts commit 6f95680ffc9b1605841eb7d3d8eb92c790e6c73a.
        (Closes: #906421, #906051)
    
     -- Felipe Sateler <email address hidden>  Fri, 17 Aug 2018 10:33:08 -0300