Change logs for sysvinit source package in Yakkety

  • sysvinit (2.88dsf-59.8git1) yakkety; urgency=medium
    
      Upload current Debian packaging git head. No further Ubuntu changes, so back
      to autosync-able version number.
    
      * When building for Ubuntu, skip all binaries except for sysvinit-utils.
      * Mark sysvinit-utils as Multi-Arch: foreign, like sysv-rc and initscripts.
    
    sysvinit (2.88dsf-59.8) unstable; urgency=medium
    
      * Non-maintainer upload.
    
      [ Benda Xu ]
      * Add openrc to the dependencies of initscripts and sysvinit-core.
        openrc is going to drop Provides: sysv-rc.
    
      [ Michael Biebl ]
      * Update Vcs-* fields to use the canonical alioth URLs and prefer https://.
      * Drop obsolete Conflicts, Breaks and Replaces from pre-wheezy.
      * Drop Suggests: sash from sysvinit-utils. It is obsolete now that we use
        the sulogin implementation from util-linux.
      * Move Suggests: bootlogd from sysvinit-utils to sysvinit-core. Under
        systemd, bootlogd is non-functional. So only suggest its installation when
        sysvinit-core is the active init system. (Closes: #754443)
      * Document that /etc/default/{rcS,tmpfs} are ignored when systemd is the
        active init system. (Closes: #776963)
      * Drop transitional sysvinit package. It has served its purpose for the
        wheezy → jessie transition and keeping it around for longer only leads to
        confusion as it doesn't setup /etc/inittab which is necessary to boot with
        SysV. This functionality has moved into sysvinit-core, which should be
        used instead in such a case. (Closes: #781766)
    
     -- Martin Pitt <email address hidden>  Sat, 23 Jul 2016 14:41:41 +0200
  • sysvinit (2.88dsf-59.7ubuntu2) yakkety; urgency=medium
    
      * Stop building sysv-rc, not needed any more in Ubuntu.
    
     -- Martin Pitt <email address hidden>  Mon, 04 Jul 2016 10:38:17 +0200
  • sysvinit (2.88dsf-59.7ubuntu1) yakkety; urgency=medium
    
      * Drop our massive delta on the initscripts package, and instead not build
        it at all any more. All remaining reverse dependencies are gone now.
      * Merge with Debian unstable. Remaining Ubuntu changes:
        - debian/control: Drop Essential: yes from sysvinit-utils since we use
          systemd (and previously upstart).
        - Mark sysvinit-utils as Multi-Arch: foreign to allow for init
          to be installable with multi-arch (needed for armhf containers on x86)
        - debian/control: Do not build the sysvinit, sysvinit-core, bootlogd, and
          initscripts binary packages. We don't want to support sysvinit as such.
        - Add /usr/lib/insserv/ to sysv-rc.postinst's PATH so that it can find the
          insserv binary, since it is moved by the current Ubuntu delta in the
          insserv package (LP: #1507151).
    
     -- Martin Pitt <email address hidden>  Thu, 23 Jun 2016 08:54:58 +0200
  • sysvinit (2.88dsf-59.6ubuntu1) yakkety; urgency=medium
    
      * Merge with Debian unstable. See 2.88dsf-59.4ubuntu1 for remaining Ubuntu
        changes.
      * debian/src/initscripts/Makefile: Drop copying of /lib/init/ as there are
        no files left any more (due to Ubuntu changes).
      * Drop bootlogd package. It serves no purpose at all any more.
    
    sysvinit (2.88dsf-59.6) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Bump versioned initscripts dependency to sysvinit-utils to ensure that we
        get the one with vars.sh. (Closes: #827212)
    
    sysvinit (2.88dsf-59.5) unstable; urgency=medium
    
      * Non-maintainer upload.
    
      [ Andreas Henriksson ]
      * bootlogd: mention it won't do anything under systemd (Closes: #791907)
    
      [ Martin Pitt ]
      * Move /lib/init/vars.sh from initscripts to sysvinit-utils. It's not
        specific to initscripts, but API for other init scripts similar to
        /lib/init/init-d-script. This will allow initscripts to drop from the
        default installation. (Closes: #826205)
      * Drop startpar dependency from sysvinit-utils. It's only being used by
        sysv-rc and remains a dependency of that. (Closes: #825937)
    
     -- Martin Pitt <email address hidden>  Wed, 15 Jun 2016 11:34:56 +0300
  • sysvinit (2.88dsf-59.4ubuntu1) yakkety; urgency=medium
    
      * Merge with Debian unstable. Remaining Ubuntu changes:
        - Remove some initscripts (bootlogs, motd, rmnologin) and
          /etc/network/if-up.d/mountnfs as they have been replaced by upstart jobs
          shipped in other packages (all initscripts are masked in systemd).
        - debian/control: Drop Essential: yes from sysvinit-utils since we use
          systemd (and previously upstart).
        - debian/control: Do not build the sysvinit and sysvinit-core binary
          packages. We don't want to support sysvinit as such.
        - Mark sysvinit-utils as Multi-Arch: foreign to allow for upstart
          to be installable with multi-arch (needed for armhf containers on x86)
        - Drop /etc/default/tmpfs, and drop mention of it from
          debian/src/initscripts/man/rcS.5.
        - Include /lib/lsb/init-functions in various init.d scripts, or move it
          further to the top, so that they get skipped as there are equivalent
          systemd units/upstart jobs.
        - Drop /lib/init/{tmpfs.sh,mount-functions.sh} and their usage in init.d
          scripts; we do not need those scripts due to the previous change.
        - Add debian/src/initscripts/etc/init.d/ondemand: Sleep for 60 seconds,
          then set CPU Frequency Scaling governor to "ondemand" (or to
          "interactive" on systems that support it).
        - Remove mention of RAMLOCK, RAMSHM, and RAMTMP from the rcS(5) manual
          page.
        - Fix documentation for other things handled by mountall/systemd instead
          of initscripts: tmpfs, /sys (mountall lets you specify options in
          /etc/fstab), and ASYNCMOUNTNFS.
        - debian/initscripts.postinst: Create /dev/shm directory with 1777
          permissions, so that chroots stay compatible to what you'd find on a
          real system. (LP: #1399772)
    
      * Dropped Ubuntu changes:
        - Upgrade fixes which were only relevant for upgrades to 16.04 LTS.
        - All changes to init.d scripts, as none of them (except our added
          /etc/init.d/ondemand) are being used under systemd.
    
    sysvinit (2.88dsf-59.4) unstable; urgency=medium
    
      * Non-maintainer upload.
    
      [ Petter Reinholdtsen ]
      * Fix typo in init-d-script(5) reported by Eric S. Raymond.
    
      [ Andreas Henriksson ]
      * sysvinit-utils: move util-linux back to Depends (instead of Breaks)
        - that's where it belonged and can be put now that the cyclic-dep
          (via initscripts pkg) workaround is no longer needed.
        - also bump util-linux version to the one with the matching change.
        Closes: #823569
      * Add a basic debian/gbp.conf with debian/upstream branch names
    
     -- Martin Pitt <email address hidden>  Fri, 20 May 2016 12:21:38 +0200
  • sysvinit (2.88dsf-59.3ubuntu5) yakkety; urgency=medium
    
      * Deal with the case where cpu0 might be offline; pick the first available
        CPU in the list of online CPUs. (LP: #1389309)
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Wed, 27 Apr 2016 13:20:33 -0400
  • sysvinit (2.88dsf-59.3ubuntu4) yakkety; urgency=medium
    
      * Revert the previous upload; it seems to subtly break debootstrap.
    
     -- Adam Conrad <email address hidden>  Fri, 22 Apr 2016 09:15:14 -0600
  • sysvinit (2.88dsf-59.3ubuntu3) xenial; urgency=medium
    
      * debian/initscripts.preinst: revert any changes to UTC setting in
        /etc/default/rcS, so we can avoid unnecessary conffile prompts on upgrade.
      * Don't just Breaks: systemd (<< 228-5ubuntu3), but
        Pre-Depend: systemd (>= 228-5ubuntu3) so that the systemd postinst has a
        chance to migrate any UTC setting out of /etc/default/rcS before upgrade.
        LP: #1572752
    
     -- Steve Langasek <email address hidden>  Wed, 20 Apr 2016 14:49:11 -0700
  • sysvinit (2.88dsf-59.3ubuntu2) xenial; urgency=medium
    
      * Revert Ubuntu delta about setting UTC in /etc/default/rcS instead of
        /etc/adjtime. (LP: #1541532)
      * debian/control: Add Breaks: systemd (<< 228-5ubuntu3) to initscripts to
        ensure that we upgrade systemd before, so that this can migrate the UTC
        setting. (This used to be done by util-linux, but having it in systemd is
        a smaller delta.)
    
     -- Martin Pitt <email address hidden>  Thu, 04 Feb 2016 22:29:08 +0100