summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-12-02 08:52:40 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-12-02 08:52:40 +0100
commitaf16369cd594e64abec0d662f0fdbfe487c212d5 (patch)
tree6ad054d0ac2d95f392cf3d4994b8d204e3c2c4bf /debian/control
parent096a497b36f208fb68a12c7ae7576ca0a69f919d (diff)
new release 1.8.15, Debian bug #766418), some other work
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control47
1 files changed, 40 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 219e010..cc2db75 100644
--- a/debian/control
+++ b/debian/control
@@ -3,22 +3,27 @@ Section: utils
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Build-Depends:
- autotools-dev,
+ autotools-dev,
debhelper (>> 9),
dh-systemd (>= 1.5),
- libncurses-dev,
+ libncurses-dev,
+ libfreeipmi-dev,
libreadline-dev,
- libssl-dev
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/ipmitool.git
+ libssl-dev
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/ipmitool.git
Vcs-Git: git://anonscm.debian.org/collab-maint/ipmitool.git
Homepage: http://sourceforge.net/projects/ipmitool/
Package: ipmitool
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ lsb-base
Recommends: openipmi
-Description: utility for IPMI control with kernel driver or LAN interface
+Suggests: ipmitool-ctrl
+Description: utility for IPMI control with kernel driver or LAN interface (daemon)
A utility for managing and configuring devices that support the
Intelligent Platform Management Interface. IPMI is an open standard
for monitoring, logging, recovery, inventory, and control of hardware
@@ -33,4 +38,32 @@ Description: utility for IPMI control with kernel driver or LAN interface
Event Log (SEL), print Field Replaceable Unit (FRU) inventory
information, read and set LAN configuration parameters, and perform
remote chassis power control.
+ .
+ This package contains the daemon.
+Package: ipmitool-ctrl
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+ lsb-base
+Recommends: openipmi
+Replaces: ipmitool (<< 1.8.15-1)
+Breaks: ipmitool (<< 1.8.15-1)
+Description: utility for IPMI control with kernel driver or LAN interface
+ A utility for managing and configuring devices that support the
+ Intelligent Platform Management Interface. IPMI is an open standard
+ for monitoring, logging, recovery, inventory, and control of hardware
+ that is implemented independent of the main CPU, BIOS, and OS. The
+ service processor (or Baseboard Management Controller, BMC) is the
+ brain behind platform management and its primary purpose is to handle
+ the autonomous sensor monitoring and event logging features.
+ .
+ The ipmitool program provides a simple command-line interface to this
+ BMC. It features the ability to read the sensor data repository
+ (SDR) and print sensor values, display the contents of the System
+ Event Log (SEL), print Field Replaceable Unit (FRU) inventory
+ information, read and set LAN configuration parameters, and perform
+ remote chassis power control.
+ .
+ This package contains the control utility.