Add python3-nut package
This commit is contained in:
parent
82f4838526
commit
2ae8cfe7da
3 changed files with 16 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -11,8 +11,9 @@ nut (2.7.4-6) UNRELEASED; urgency=medium
|
|||
lintian
|
||||
* debian/libnutclient0.symbols: Fix version of symbols introduced in last
|
||||
NMU
|
||||
* Add python3-nut package
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Tue, 20 Feb 2018 12:09:33 +0100
|
||||
-- Laurent Bigonville <bigon@debian.org> Tue, 20 Feb 2018 12:39:12 +0100
|
||||
|
||||
nut (2.7.4-5.1) unstable; urgency=medium
|
||||
|
||||
|
|
13
debian/control
vendored
13
debian/control
vendored
|
@ -249,6 +249,19 @@ Description: network UPS tools - Python bindings for NUT server
|
|||
.
|
||||
This package provides Python bindings to connect to NUT server.
|
||||
|
||||
Package: python3-nut
|
||||
Section: python
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python3:Depends}
|
||||
Description: network UPS tools - Python3 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 Python3 bindings to connect to NUT server.
|
||||
|
||||
Package: nut-monitor
|
||||
Architecture: all
|
||||
Depends: python-glade2,
|
||||
|
|
1
debian/python3-nut.install
vendored
Normal file
1
debian/python3-nut.install
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
scripts/python/module/PyNUT.py usr/lib/python3/dist-packages
|
Loading…
Reference in a new issue