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 61 62 63 64 65 66 67 68 69
|
Source: sysfsutils
Section: libs
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.93~), chrpath, autotools-dev
Standards-Version: 3.9.3
Package: libsysfs-dev
Section: libdevel
Priority: optional
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libsysfs2 (= ${binary:Version})
Description: interface library to sysfs - development files
Sysfs is a virtual file system in Linux kernel 2.5+ that provides a
tree of system devices. libsysfs provides a stable programming
interface to sysfs and eases querying system devices and their
attributes.
.
This package provides everything that is needed for developing own
programs using libsysfs: C headers, a static library, documentation
and example programs.
Package: libsysfs2
Architecture: any
Multi-Arch: same
Priority: important
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: interface library to sysfs
Sysfs is a virtual file system in Linux kernel 2.5+ that provides a
tree of system devices. libsysfs provides a stable programming
interface to sysfs and eases querying system devices and their
attributes.
.
The package sysfsutils contains frontend programs that use this
library. Development files and C examples are provided by the package
libsysfs-dev.
Package: sysfsutils
Section: utils
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: sysfs query tool and boot-time setup
Sysfs is a virtual file system in Linux kernel 2.5+ that provides a
tree of system devices. This package provides the program 'systool' to query
it: it can list devices by bus, class, and topology.
.
In addition this package ships a configuration file /etc/sysfs.conf which
allows one to conveniently set sysfs attributes at system bootup (in the init
script /etc/init.d/sysfsutils).
.
If you need sysfs queries in own programs, then you may want to use the
libsysfs library directly (package libsysfs-dev).
Package: libsysfs2-udeb
XC-Package-Type: udeb
Section: debian-installer
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: interface library to sysfs
Sysfs is a virtual file system in Linux kernel 2.5+ that provides a
tree of system devices. libsysfs provides a stable programming
interface to sysfs and eases querying system devices and their
attributes.
.
This is a minimal package for use in debian-installer.
|