Change logs for acpid source package in Trusty

  • acpid (1:2.0.21-1ubuntu2) trusty; urgency=medium
    
      * ./debian/powerbtn.sh: Don't do anything if logind is running, as that
        already handles power button presses. This fixes unconditional shutdowns
        if a desktop environment wants to handle the power key by itself (and
        inhibits logind). (LP: #1201180)
     -- Martin Pitt <email address hidden>   Thu, 03 Apr 2014 14:53:35 +0100
  • acpid (1:2.0.21-1ubuntu1) trusty; urgency=medium
    
      * Merge with Debian; remaining changes:
        - Replace init script with Upstart job
          + This does not load modules, unlike the init script, since these are
            all loaded by ACPI:* modaliases now (and thus by udev)
        - debian/control: Bump build-dependency on debhelper for Upstart-aware
          dh_installinit
        - debian/acpid.install, debian/acpid.preinst, debian/rules:
          continue installing /etc/acpi/events/powerbtn and /etc/acpi/powerbtn.sh,
          deferring the migration to acpi-support-base; and drop the Recommends:
          on acpi-support-base for the same reason.
        - Source /usr/share/acpi-support/power-funcs in powerbtn.sh
        - debian/powerbtn.sh: ensure that /usr/share/acpi-support/power-funcs
          exists before sourcing it; note that acpid does not depend on
          acpi-support (which is fine, as it brings in lots of X dependencies
          not appropriate for servers); this fix will allow Ubuntu servers
          (especially those in VMs) to run acpid and catch and handle power
          button events again.
        - debian/powerbtn.sh: gnome-power-manager is no more, check for
          gnome-settings-daemon now. This fixes immediate shutdown when the power
          button is pressed.
        - Fix build failure with GCC 4.8.
        - Change pointless shutdown message "exiting" from NOTICE to DEBUG
          level, such that it's not emitted by default.
        - debian/powerbtn.sh: add support for mate-settings-daemon.
    
      * Drop changes (unnecessary delta, which does no harm):
        - debian/acpid.install, debian/acpid.links:
          Don't install socket and service files needed by systemd
    
      * New changes:
        - add support for unity-settings-daemon.
    
    acpid (1:2.0.21-1) unstable; urgency=medium
    
      * Imported Upstream version 2.0.21 (closes: #732277)
      * Specify in acpid.init to start before lightdm and stop after lightdm.
        Thanks to Dmitrijs Ledkovs <email address hidden> (Closes: #731543)
      * Fixed typo in default file. (Closes: #734420)
      * Stop passing start option to dh_installinit. (Closes: #723623)
      * Canonicalize VCS information.
      * Bumped Standards-Version to 3.9.5, no changes needed.
    
    acpid (1:2.0.20-1) unstable; urgency=low
    
      * Imported Upstream version 2.0.20 (Closes: #719659)
    
    acpid (1:2.0.19-1) unstable; urgency=low
    
      * Imported Upstream version 2.0.19 (Closes: #701234)
     -- Dimitri John Ledkov <email address hidden>   Wed, 19 Feb 2014 13:43:55 +0000
  • acpid (1:2.0.18-1ubuntu3) trusty; urgency=medium
    
      * Change pointless shutdown message "exiting" from NOTICE to DEBUG
        level, such that it's not emitted by default. (LP: #967229)
     -- Dimitri John Ledkov <email address hidden>   Tue, 04 Feb 2014 18:15:06 +0000
  • acpid (1:2.0.18-1ubuntu2) saucy; urgency=low
    
      * debian/powerbtn.sh: add support for mate-settings-daemon. (LP: #1184831)
     -- Nikolay Martynov <email address hidden>   Wed, 29 May 2013 22:50:46 -0400