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: librtas
Maintainer: Frédéric Bonnard <frediz@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/librtas.git
Vcs-Browser: https://salsa.debian.org/debian/librtas
Homepage: https://github.com/ibm-power-utilities/librtas
Package: librtas2
Architecture: powerpc ppc64 ppc64el
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: userspace RTAS library
This library allows user-space programs to make Run-Time Abstraction
Services (RTAS) calls which provide support for low-level system
hardware configuration and operations, such as retrieving hardware
sensor (temperature, fan speed, etc.) data, setting the operator
panel LEDs, getting hardware error logs, injecting artificial
hardware errors (for testing), getting VPD (Vital Product Data), and
loading new firmware.
Package: librtas-dev
Architecture: powerpc ppc64 ppc64el
Section: libdevel
Depends: librtas2 (= ${binary:Version}), ${misc:Depends}
Description: userspace RTAS library development files
This library allows user-space programs to make Run-Time Abstraction
Services (RTAS) calls which provide support for low-level system
hardware configuration and operations, such as retrieving hardware
sensor (temperature, fan speed, etc.) data, setting the operator
panel LEDs, getting hardware error logs, injecting artificial
hardware errors (for testing), getting VPD (Vital Product Data), and
loading new firmware.
.
This package contains the static library and header files used in
development.
Package: librtasevent2
Architecture: powerpc ppc64 ppc64el
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: RTAS events library
This library provides a set of definitions and useful routines
for analyzing RTAS events, such as parsing out sections of an RTAS
event and printing their contents.
Package: librtasevent-dev
Architecture: powerpc ppc64 ppc64el
Section: libdevel
Depends: librtasevent2 (= ${binary:Version}), ${misc:Depends}
Description: RTAS events library development files
This library provides a set of definitions and useful routines
for analyzing RTAS events, such as parsing out sections of an RTAS
event and printing their contents.
.
This package contains the static library and header files used in
development.
|