Change logs for upstart source package in Jessie

  • upstart (1.11-5) unstable; urgency=medium
    
    
      * init/tests/test_conf_preload.sh.in: Use build-generated libtool to
        avoid breaking test_conf_preload.sh when the packaged binary moves
        between packages.  Closes: #768758.
      * init/Makefile.am: Pass top_builddir to test_conf_preload.sh.in.
    
     -- Steve Langasek <email address hidden>  Wed, 03 Dec 2014 18:37:14 +0000
  • upstart (1.11-4) unstable; urgency=medium
    
    
      * Move the library dependencies of the runlevel command to Pre-Depends,
        so that it remains usable when upstart is only in unpacked state.
        Closes: #756992.
    
     -- Steve Langasek <email address hidden>  Mon, 08 Sep 2014 02:57:59 +0000
  • upstart (1.11-3) unstable; urgency=medium
    
    
      * Update X-Python3-Version in debian/control to not hard-code python3.3.
        Really Closes: #745016.
    
     -- Steve Langasek <email address hidden>  Mon, 16 Jun 2014 06:04:31 +0000
  • upstart (1.11-1) unstable; urgency=medium
    
    
      * New upstream release.
      * Adjust Conflicts: with sysvinit to only conflict with versions of the
        package that contain the conflicting files, solving our longstanding
        conflicts-with-essential bug.
    
     -- Steve Langasek <email address hidden>  Sat, 28 Dec 2013 19:45:52 +0000
  • upstart (1.10-2) unstable; urgency=low
    
    
      * init/tests/test_state.c: fix test case to not assume SIGUSR1 == 10;
        the numeric value may vary between platforms, what we actually care
        about is making sure that the deserialization output matches what was in
        the json - so check the numeric value, NOT the symbolic signal name.
        LP: #1254326.
      * init/tests/test_log.c: don't assume the root filesystem is not writable.
        If we want to make sure log data stays in the buffer instead of being
        flushed to disk, create a log file that we control and know can't be
        written to.
    
     -- Steve Langasek <email address hidden>  Sat, 23 Nov 2013 22:17:35 +0000
  • upstart (1.6.1-1) unstable; urgency=low
    
    
      * New upstream release.
      * Declare a Breaks: against old versions of cryptsetup which have upstart
        jobs named in a way that will deadlock the boot.  (Ref: bug #694499)
      * Make versioned build-dep on json-c (>= 0.10) explicit.
      * Add debian/conf/dbus-reconnect.conf, to tell upstart to connect to the
        system bus once dbus is started.  This is a temporary solution until
        dbus in Debian has native upstart support.
    
     -- Steve Langasek <email address hidden>  Mon, 10 Dec 2012 00:28:29 -0800