diff --git a/debian/changelog b/debian/changelog index e9c281e..41d18ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 20 Feb 2018 12:09:33 +0100 + -- Laurent Bigonville Tue, 20 Feb 2018 12:39:12 +0100 nut (2.7.4-5.1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 3268635..3c5bad8 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/debian/python3-nut.install b/debian/python3-nut.install new file mode 100644 index 0000000..4ed84d2 --- /dev/null +++ b/debian/python3-nut.install @@ -0,0 +1 @@ +scripts/python/module/PyNUT.py usr/lib/python3/dist-packages