nut-debian/debian/control

282 lines
10 KiB
Plaintext
Raw Normal View History

2010-02-24 23:58:53 +02:00
Source: nut
Section: admin
Priority: optional
Maintainer: Arnaud Quette <aquette@debian.org>
2010-12-23 23:45:05 +02:00
Uploaders: Laurent Bigonville <bigon@debian.org>
2016-07-18 18:46:23 +03:00
Build-Depends: autotools-dev,
cdbs (>= 0.4.122~),
2016-07-18 18:46:23 +03:00
debhelper (>= 9),
dh-autoreconf,
dh-python,
dh-systemd (>= 1.14),
2016-07-18 18:46:23 +03:00
libfreeipmi-dev (>= 0.8.5) [!hurd-i386],
libgd-dev | libgd2-xpm-dev | libgd2-noxpm-dev,
2016-07-18 18:46:23 +03:00
libipmimonitoring-dev (>= 1.1.5-2) [!hurd-i386],
2011-05-09 19:47:16 +03:00
libneon27-gnutls-dev | libneon27-dev,
2016-07-18 18:46:23 +03:00
libnss3-dev,
libpowerman0-dev (>= 2.3.3),
2016-07-18 18:46:23 +03:00
libsnmp-dev | libsnmp9-dev,
libusb-dev (>= 0.1.8),
2011-06-03 14:54:46 +03:00
libwrap0-dev (>= 7.6),
python (>= 2.6.6-3~),
systemd [linux-any]
Build-Depends-Indep: asciidoc (>= 8.6.3),
asciidoc-dblatex,
dblatex (>= 0.2.5),
2016-07-18 18:46:23 +03:00
docbook-xsl,
libxml2-utils
Standards-Version: 3.9.8
2011-06-03 14:54:46 +03:00
Homepage: http://www.networkupstools.org/
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/nut.git;a=summary
Vcs-Git: https://anonscm.debian.org/git/collab-maint/nut.git
2011-06-03 14:54:46 +03:00
X-Python-Version: >= 2.5
XS-Testsuite: autopkgtest
2010-02-24 23:58:53 +02:00
Package: nut
Architecture: all
Section: metapackages
2016-07-18 18:46:23 +03:00
Depends: nut-client, nut-server, ${misc:Depends}
Description: network UPS tools - metapackage
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 is a metapackage that installs both nut-server and nut-client,
in most cases it is sufficient for a basic UPS monitoring system.
Package: nut-server
2010-02-24 23:58:53 +02:00
Architecture: any
2016-07-18 18:46:23 +03:00
Depends: adduser,
lsb-base (>= 3.0-6),
nut-client (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
${udev}
Suggests: nut-cgi, nut-ipmi, nut-snmp, nut-xml
Conflicts: nut-hal-drivers
2011-07-17 18:48:57 +03:00
Replaces: nut (<< 2.6.1-2~)
Breaks: nut (<< 2.6.1-2~)
2010-02-24 23:58:53 +02:00
Description: network UPS tools - core system
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 provides NUT's core system, and the serial and USB UPS
drivers.
2010-02-24 23:58:53 +02:00
Package: nut-client
Architecture: any
2016-07-18 18:46:23 +03:00
Depends: adduser, lsb-base (>= 3.0-6), ${misc:Depends}, ${shlibs:Depends}
2012-01-28 20:26:35 +02:00
Provides: ups-monitor
Conflicts: ups-monitor
Recommends: bash-completion
Suggests: nut-monitor
2016-07-18 18:46:23 +03:00
Replaces: nut (<< 2.6.1-2~), nut-server (<< 2.6.3-1~), ups-monitor
2012-02-06 12:11:05 +02:00
Breaks: nut (<< 2.6.1-2~), nut-server (<< 2.6.3-1~)
Description: network UPS tools - clients
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 provides NUT's clients that allows the user to control
and monitor the UPS.
2010-02-24 23:58:53 +02:00
Package: nut-cgi
Architecture: any
2016-07-18 18:46:23 +03:00
Depends: adduser, ${misc:Depends}, ${shlibs:Depends}
Recommends: apache2 | httpd-cgi
2010-02-24 23:58:53 +02:00
Suggests: nut
Description: network UPS tools - web interface
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 provides an HTTP interface for Network UPS Tools which makes
it possible to monitor the core NUT system with a web browser.
Package: nut-snmp
Architecture: any
2016-07-18 18:46:23 +03:00
Depends: nut (>= 1.4.1-pre1), ${misc:Depends}, ${shlibs:Depends}
2010-02-24 23:58:53 +02:00
Description: network UPS tools - SNMP 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 provides snmp-ups, the SNMP multi-MIB driver for UPS, which
supports various MIBs including IETF, MGE, and APC. It adds an SNMP
Manager interface to the core NUT system.
Package: nut-ipmi
2016-07-18 18:46:23 +03:00
Architecture: kfreebsd-any linux-any
Depends: nut (>= 1.4.1-pre1), ${misc:Depends}, ${shlibs:Depends}
2012-06-09 00:27:10 +03:00
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 the user 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.
2012-06-09 00:27:10 +03:00
2010-02-24 23:58:53 +02:00
Package: nut-xml
Architecture: any
2016-07-18 18:46:23 +03:00
Depends: nut (>= 2.2.2), ${misc:Depends}, ${shlibs:Depends}
2010-02-24 23:58:53 +02:00
Description: network UPS tools - XML/HTTP 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 provides netxml-ups, which supports UPS models from
Eaton or MGE that use an XML/HTTP-based Network Management Card or
Proxy.
Package: nut-powerman-pdu
Architecture: any
Priority: extra
2016-07-18 18:46:23 +03:00
Depends: nut (>= 2.4.0),
powerman (>= 2.3.3),
${misc:Depends},
${shlibs:Depends}
2010-02-24 23:58:53 +02:00
Description: network UPS tools - PowerMan PDU 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 provides powerman-pdu, which allows NUT clients to communicate
with the PowerMan daemon to support PDUs.
Package: nut-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: doc-base
Description: network UPS tools - documentation
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 contains FAQ, user, developer and packager documentation.
Package: libupsclient4
Section: libs
2010-02-24 23:58:53 +02:00
Architecture: any
2016-07-18 18:46:23 +03:00
Depends: ${misc:Depends}, ${shlibs:Depends}
2012-08-12 23:18:54 +03:00
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
2010-02-24 23:58:53 +02:00
Description: network UPS tools - client library
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 provides the shared client library.
Package: libupsclient-dev
2010-02-24 23:58:53 +02:00
Section: libdevel
Architecture: any
2016-07-18 18:46:23 +03:00
Depends: libupsclient4 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Conflicts: libupsclient1-dev
Replaces: libupsclient1-dev
2010-02-24 23:58:53 +02:00
Description: network UPS tools - development files
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 provides the development files.
2011-06-03 14:54:46 +03:00
Package: libnutclient0
Section: libs
Architecture: any
2016-07-18 18:46:23 +03:00
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: network UPS tools - new client library
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 provides the new shared client library.
Package: libnutclient-dev
Section: libdevel
Architecture: any
2016-07-18 18:46:23 +03:00
Depends: libnutclient0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: network UPS tools - development files
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 provides the development files for the new client library.
2011-06-03 14:54:46 +03:00
Package: python-nut
Section: python
Architecture: all
2016-07-18 18:46:23 +03:00
Depends: ${misc:Depends}, ${python:Depends}
2011-06-03 14:54:46 +03:00
Description: network UPS tools - Python bindings for NUT server
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 provides Python bindings to connect to NUT server.
2011-06-03 17:22:58 +03:00
Package: nut-monitor
Architecture: all
2016-07-18 18:46:23 +03:00
Depends: python-glade2,
2011-06-03 17:22:58 +03:00
python-gobject,
python-gtk2,
2016-07-18 18:46:23 +03:00
python-nut,
${misc:Depends},
${python:Depends}
2011-06-03 17:22:58 +03:00
Description: network UPS tools - GUI application to monitor UPS status
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 provides nut-monitor, a GUI application to monitor UPS status.
2011-07-15 16:41:05 +03:00
Package: libups-nut-perl
Section: perl
Architecture: all
2016-07-18 18:46:23 +03:00
Depends: ${misc:Depends}, ${perl:Depends}
2011-07-15 16:41:05 +03:00
Description: network UPS tools - Perl bindings for NUT server
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 provides Perl bindings to connect to NUT server.