Remove python(2) binding and disable nut-monitor package for now as it depends on unmaintained pygtk (Closes: #885358, #937169)

This commit is contained in:
Laurent Bigonville 2019-12-15 20:02:02 +01:00
parent daac55b6a9
commit 64f3199582
4 changed files with 25 additions and 33 deletions

48
debian/control vendored
View file

@ -15,7 +15,6 @@ Build-Depends: debhelper (>= 12),
libsnmp-dev | libsnmp9-dev,
libusb-dev (>= 0.1.8),
libwrap0-dev (>= 7.6),
python (>= 2.6.6-3~),
python3
Build-Depends-Indep: asciidoc (>= 8.6.3),
asciidoc-dblatex,
@ -261,19 +260,6 @@ Description: network UPS tools - development files for the scanner library
.
This package provides the development files for the scanner library.
Package: python-nut
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python: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.
Package: python3-nut
Section: python
Architecture: all
@ -287,23 +273,23 @@ Description: network UPS tools - Python3 bindings for NUT server
.
This package provides Python3 bindings to connect to NUT server.
Package: nut-monitor
Architecture: all
Depends: python-glade2,
python-gobject-2,
python-gtk2,
python-nut,
${misc:Depends},
${python:Depends}
Recommends: python-notify
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.
#Package: nut-monitor
#Architecture: all
#Depends: python-glade2,
# python-gobject-2,
# python-gtk2,
# python-nut,
# ${misc:Depends},
# ${python:Depends}
#Recommends: python-notify
#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.
Package: libups-nut-perl
Section: perl