File: control

package info (click to toggle)
acpid 1%3A2.0.28-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,096 kB
  • sloc: sh: 4,377; ansic: 4,307; perl: 283; makefile: 30
file content (42 lines) | stat: -rw-r--r-- 1,757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: acpid
Section: admin
Priority: optional
Maintainer: Debian Acpi Team <pkg-acpi-devel@lists.alioth.debian.org>
Uploaders: Michael Meskes <meskes@debian.org>,
           Loic Minier <lool@dooz.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.15.7), dh-systemd (>= 1.5)
Vcs-Git: git://anonscm.debian.org/pkg-acpi/acpid.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-acpi/acpid.git
Homepage: http://sourceforge.net/projects/acpid2/

Package: acpid
Architecture: linux-any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         lsb-base (>= 3.2-14),
         kmod
Recommends: acpi-support-base (>= 0.114-1)
Description: 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.

Package: kacpimon
Section: utils
Priority: extra
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.