Add python-nut package
This commit is contained in:
parent
ad6a04226d
commit
46c56a3a13
4 changed files with 23 additions and 3 deletions
21
debian/control
vendored
21
debian/control
vendored
|
|
@ -4,7 +4,7 @@ Priority: optional
|
|||
Maintainer: Arnaud Quette <aquette@debian.org>
|
||||
Uploaders: Laurent Bigonville <bigon@debian.org>
|
||||
Build-Depends: debhelper (>= 8),
|
||||
cdbs,
|
||||
cdbs (>= 0.4.90~),
|
||||
libgd2-xpm-dev | libgd2-noxpm-dev,
|
||||
libsnmp-dev | libsnmp9-dev,
|
||||
libusb-dev (>= 0.1.8),
|
||||
|
|
@ -13,11 +13,13 @@ Build-Depends: debhelper (>= 8),
|
|||
libglib2.0-dev,
|
||||
libneon27-gnutls-dev | libneon27-dev,
|
||||
libpowerman0-dev (>= 2.3.3),
|
||||
libwrap0-dev (>= 7.6)
|
||||
libwrap0-dev (>= 7.6),
|
||||
python (>= 2.6.6-3~)
|
||||
Standards-Version: 3.9.2
|
||||
Homepage: http://www.networkupstools.org
|
||||
Homepage: http://www.networkupstools.org/
|
||||
Vcs-Browser: http://git.debian.org/?p=collab-maint/nut.git;a=summary
|
||||
Vcs-Git: git://git.debian.org/git/collab-maint/nut.git
|
||||
X-Python-Version: >= 2.5
|
||||
|
||||
Package: nut
|
||||
Architecture: all
|
||||
|
|
@ -150,3 +152,16 @@ Description: network UPS tools - development files
|
|||
changes.
|
||||
.
|
||||
This package provides the development files.
|
||||
|
||||
Package: python-nut
|
||||
Section: python
|
||||
Architecture: all
|
||||
Depends: ${python:Depends}, ${misc:Depends}
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue