File: control

package info (click to toggle)
openipmi 2.0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,100 kB
  • sloc: ansic: 140,279; python: 8,801; sh: 5,723; perl: 5,394; makefile: 490
file content (51 lines) | stat: -rw-r--r-- 1,627 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
44
45
46
47
48
49
50
51
Source: openipmi
Section: admin
Priority: optional
Maintainer: Noël Köthe <noel@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
	       dh-exec,
	       libsnmp-dev,
	       libpopt-dev,
	       libncurses-dev,
	       chrpath,
	       libssl-dev,
	       libreadline-dev
Standards-Version: 4.7.2
Homepage: https://openipmi.sourceforge.io/
Vcs-Git: https://salsa.debian.org/debian/openipmi.git
Vcs-Browser: https://salsa.debian.org/debian/openipmi
Rules-Requires-Root: no

Package: openipmi
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: kmod
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: libopenipmi0t64
Provides: ${t64:Provides}
Replaces: libopenipmi0
Breaks: libopenipmi0 (<< ${source:Version})
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
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
Multi-Arch: same
Depends: libopenipmi0t64 (= ${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.