File: control

package info (click to toggle)
openipmi 2.0.29-0.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,156 kB
  • sloc: ansic: 138,263; python: 8,801; sh: 5,582; perl: 5,391; makefile: 514
file content (43 lines) | stat: -rw-r--r-- 1,423 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
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.