File: control

package info (click to toggle)
libacpi 0.2-5
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,024 kB
  • sloc: ansic: 867; makefile: 82; sh: 19
file content (30 lines) | stat: -rw-r--r-- 1,070 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
Source: libacpi
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 4.3.0
Section: libs
Homepage: http://www.ngolde.de/libacpi.html

Package: libacpi-dev
Section: libdevel
Architecture: i386 ia64 amd64 arm64
Depends: ${misc:Depends}, libacpi0 (= ${binary:Version})
Description: development files for libacpi
 libacpi is a general purpose shared library for programs gathering
 ACPI data on Linux. It implements thermal zones, battery information,
 fan information and AC states.
 .
 This package contains the header files and static libraries needed to
 compile applications or shared objects that use libacpi.

Package: libacpi0
Section: libs
Architecture: i386 ia64 amd64 arm64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: general purpose library for ACPI
 libacpi is a general purpose shared library for programs gathering
 ACPI data on Linux. It implements thermal zones, battery information,
 fan information and AC states.
 .
 This package contains the shared library for libacpi.