acpid 1:2.0.21-1ubuntu1 source package in Ubuntu

Changelog

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

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
acpid_2.0.21.orig.tar.gz 202.0 KiB cd5aaba12b2b8ca0bbb36c5334fce346c28e8b49592f39b15784be06423491be
acpid_2.0.21-1ubuntu1.diff.gz 22.2 KiB fcbd7081a155bbb0f986b838d7baf1a6417401504a9d0b01452803c1fceb5358
acpid_2.0.21-1ubuntu1.dsc 2.0 KiB d7be5e4e9638fbf577fa890784148b8f00f2c54e2bd102c408eae3e96405a17b

View changes file

Binary packages built by this source

acpid: Advanced Configuration and Power Interface event daemon

 Modern computers support the Advanced Configuration and Power Interface (ACPI)
 to allow intelligent power management on your system and to query battery and
 configuration status.
 .
 ACPID is a completely flexible, totally extensible daemon for delivering
 ACPI events. It listens on netlink interface (or on the deprecated file
 /proc/acpi/event), and when an event occurs, executes programs to handle the
 event. The programs it executes are configured through a set of configuration
 files, which can be dropped into place by packages or by the admin.

kacpimon: Kernel ACPI Event Monitor

 Modern computers support the Advanced Configuration and Power Interface (ACPI)
 to allow intelligent power management on your system and to query battery and
 configuration status.
 .
 kacpimon is a small tool that monitors kernel ACPI and keyboard events from
 multiple interfaces and reports them to the console.