File: control

package info (click to toggle)
acpi-support 0.142-8
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 788 kB
  • sloc: sh: 1,068; ansic: 131; makefile: 33
file content (60 lines) | stat: -rw-r--r-- 2,460 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: acpi-support
Section: admin
Priority: optional
Maintainer: Debian Acpi Team <pkg-acpi-devel@lists.alioth.debian.org>
Uploaders: Michael Meskes <meskes@debian.org>
Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.40),
	libsystemd-dev [linux-any], dh-systemd (>= 1.5), pkg-config
Vcs-Git: git://anonscm.debian.org/pkg-acpi/acpi-support.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-acpi/acpi-support.git
Standards-Version: 3.9.6

Package: acpi-support
Architecture: all
Depends: acpi-support-base (>= 0.109-1), x11-xserver-utils, acpid (>= 1.0.4),
	lsb-base (>= 1.3-9), pm-utils, ${arch:Depends},
	${misc:Depends}
Recommends: rfkill, acpi-fakekey
Suggests: radeontool, vbetool, xinput, 
	xscreensaver|gnome-screensaver|kscreensaver|xautolock|xlock|xtrlock|i3lock,
	${arch:Suggests}
Breaks: uswsusp (<= 0.2)
Description: scripts for handling many ACPI events
 This package contains scripts to react to various ACPI events. It only
 includes scripts for events that can be supported with some level of
 safety cross platform.
 .
 It is able to:
  * Detect loss and gain of AC power, lid closure, and the press of a
    number of specific buttons (on Asus, IBM, Lenovo, Panasonic, Sony
    and Toshiba laptops).
  * Suspend, hibernate and resume the computer, with workarounds for 
    hardware that needs it.
  * On some laptops, set screen brightness.
 .
 Besides some system tools acpi-support recommends vbetool to be able to power
 off the screen and some screensavers to be able to lock the screen on lid
 close.

Package: acpi-support-base
Architecture: all
Depends: acpid (>= 1.0.4), ${misc:Depends}
Suggests: acpi-support, consolekit
Replaces: acpi-support (<< 0.109-1)
Description: scripts for handling base ACPI events such as the power button
 This package contains scripts to react to various base ACPI events
 such as the power button. For more extensive ACPI support, including support
 for suspend-to-RAM and for various laptop features, install the package
 "acpi-support".

Package: acpi-fakekey
Architecture: i386 amd64 ia64
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: acpi-support (<< 0.136-1)
Breaks: acpi-support (<< 0.136-1)
Description: tool to generate fake key events
 This package contains a small tool that can be used to generate key events as
 if the corresponding key was pressed. It is used by scripts processing ACPI
 events to translate these events to key presses but can also be used
 separately.