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
|
Source: openipmi
Section: admin
Priority: optional
Maintainer: Noël Köthe <noel@debian.org>
Build-Depends: debhelper-compat (= 13),
libsnmp-dev,
libpopt-dev,
libncurses5-dev,
chrpath,
libssl-dev,
libreadline-dev
Standards-Version: 4.5
Homepage: http://openipmi.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian/openipmi.git
Vcs-Browser: https://salsa.debian.org/debian/openipmi
Package: openipmi
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base
Description: Intelligent Platform Management Interface (for servers)
IPMI allows remote monitoring and remote management of devices.
.
This package contains some command-line and graphical-user-interfaces
to interact with IPMI-enabled devices.
Package: libopenipmi0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Intelligent Platform Management Interface - runtime
IPMI allows remote monitoring and remote management of devices.
.
This package contains the runtime library.
Package: libopenipmi-dev
Section: libdevel
Architecture: any
Depends: libopenipmi0 (= ${binary:Version}), libgdbm-dev, ${misc:Depends}
Description: Intelligent Platform Management Interface - development
IPMI allows remote monitoring and remote management of devices.
.
This package contains the development headers needed for compiling
programs against libopenipmi.
|