Disable python3-nut package for now as it's broken with python3
This commit is contained in:
parent
f1c2ba9882
commit
0d0ddec735
2 changed files with 14 additions and 13 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -5,8 +5,9 @@ nut (2.7.4-11) UNRELEASED; urgency=medium
|
||||||
* debian/control: Add support for the <!nodoc> Build-Profile
|
* debian/control: Add support for the <!nodoc> Build-Profile
|
||||||
* debian/patches/0013-fix-doc-build.patch: Fix the documentation build with
|
* debian/patches/0013-fix-doc-build.patch: Fix the documentation build with
|
||||||
asciidoc >= 0.9
|
asciidoc >= 0.9
|
||||||
|
* Disable python3-nut package for now as it's broken with python3
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@debian.org> Sun, 15 Dec 2019 20:49:11 +0100
|
-- Laurent Bigonville <bigon@debian.org> Sun, 15 Dec 2019 21:14:48 +0100
|
||||||
|
|
||||||
nut (2.7.4-10) unstable; urgency=medium
|
nut (2.7.4-10) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
24
debian/control
vendored
24
debian/control
vendored
|
@ -261,18 +261,18 @@ Description: network UPS tools - development files for the scanner library
|
||||||
.
|
.
|
||||||
This package provides the development files for the scanner library.
|
This package provides the development files for the scanner library.
|
||||||
|
|
||||||
Package: python3-nut
|
#Package: python3-nut
|
||||||
Section: python
|
#Section: python
|
||||||
Architecture: all
|
#Architecture: all
|
||||||
Depends: ${misc:Depends}, ${python3:Depends}
|
#Depends: ${misc:Depends}, ${python3:Depends}
|
||||||
Description: network UPS tools - Python3 bindings for NUT server
|
#Description: network UPS tools - Python3 bindings for NUT server
|
||||||
Network UPS Tools (NUT) is a client/server monitoring system that
|
# Network UPS Tools (NUT) is a client/server monitoring system that
|
||||||
allows computers to share uninterruptible power supply (UPS) and
|
# allows computers to share uninterruptible power supply (UPS) and
|
||||||
power distribution unit (PDU) hardware. Clients access the hardware
|
# power distribution unit (PDU) hardware. Clients access the hardware
|
||||||
through the server, and are notified whenever the power status
|
# through the server, and are notified whenever the power status
|
||||||
changes.
|
# changes.
|
||||||
.
|
# .
|
||||||
This package provides Python3 bindings to connect to NUT server.
|
# This package provides Python3 bindings to connect to NUT server.
|
||||||
|
|
||||||
#Package: nut-monitor
|
#Package: nut-monitor
|
||||||
#Architecture: all
|
#Architecture: all
|
||||||
|
|
Loading…
Reference in a new issue