Create IPMI support package
This commit is contained in:
parent
39a7ae33fb
commit
ca0de194e2
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
nut (2.6.4-2) unstable; urgency=low
|
||||
|
||||
* debian/control, debian/nut-ipmi.{install,manpages}: create IPMI
|
||||
support package
|
||||
|
||||
-- Arnaud Quette <aquette@debian.org> Fri, 08 Jun 2012 23:23:03 +0200
|
||||
|
||||
nut (2.6.4-1) unstable; urgency=high
|
||||
|
||||
* New upstream release (Closes: #671444)
|
||||
|
|
22
debian/control
vendored
22
debian/control
vendored
|
@ -11,7 +11,9 @@ Build-Depends: debhelper (>= 8),
|
|||
libneon27-gnutls-dev | libneon27-dev,
|
||||
libpowerman0-dev (>= 2.3.3),
|
||||
libwrap0-dev (>= 7.6),
|
||||
python (>= 2.6.6-3~)
|
||||
python (>= 2.6.6-3~),
|
||||
libfreeipmi-dev (>= 0.8.5),
|
||||
libipmimonitoring-dev (>= 0.8.5)
|
||||
Build-Depends-Indep: asciidoc (>= 8.6.3),
|
||||
docbook-xsl,
|
||||
dblatex (>= 0.2.5),
|
||||
|
@ -37,7 +39,7 @@ Description: network UPS tools - metapackage
|
|||
Package: nut-server
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base (>= 3.0-6), ${udev}, nut-client (= ${binary:Version})
|
||||
Suggests: nut-cgi, nut-snmp, nut-dev, nut-xml
|
||||
Suggests: nut-cgi, nut-snmp, nut-ipmi, nut-xml, nut-dev
|
||||
Provides: nut-usb
|
||||
Conflicts: nut-hal-drivers, nut-usb (<< 2.1.0-3), nut-dev (<< 2.2.2)
|
||||
Replaces: nut (<< 2.6.1-2~)
|
||||
|
@ -102,6 +104,22 @@ Description: network UPS tools - SNMP driver
|
|||
supports various MIBs including IETF, MGE, and APC. It adds an SNMP
|
||||
Manager interface to the core NUT system.
|
||||
|
||||
Package: nut-impi
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, nut (>= 1.4.1-pre1)
|
||||
Conflicts: nut (<= 1.4.0)
|
||||
Description: network UPS tools - IPMI driver
|
||||
Network UPS Tools (NUT) is a client/server monitoring system that
|
||||
allows computers to share uninterruptible power supply (UPS) and
|
||||
power distribution unit (PDU) hardware. Clients access the hardware
|
||||
through the server, and are notified whenever the power status
|
||||
changes.
|
||||
.
|
||||
This package currently provides nut-ipmipsu, a driver which allows
|
||||
to monitor IPMI power supply units (PSU) found in servers of
|
||||
popular brands, such as Dell, HP, IBM. It adds an IPMI interface
|
||||
to the core NUT system.
|
||||
|
||||
Package: nut-xml
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, nut (>= 2.2.2)
|
||||
|
|
1
debian/nut-ipmi.install
vendored
Normal file
1
debian/nut-ipmi.install
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
debian/tmp/lib/nut/nut-ipmipsu
|
1
debian/nut-ipmi.manpages
vendored
Normal file
1
debian/nut-ipmi.manpages
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
debian/tmp/usr/share/man/man8/nut-ipmipsu.8
|
Loading…
Reference in New Issue
Block a user