debian/control: Add python-notify to the recommended packages of nut-monitor, it can display notifications in case the UPS is on battery
This commit is contained in:
parent
849ad1a39e
commit
165febf8fc
2 changed files with 4 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -4,8 +4,10 @@ nut (2.7.4-6) UNRELEASED; urgency=medium
|
||||||
the former is a transitional package (Closes: #890158)
|
the former is a transitional package (Closes: #890158)
|
||||||
* debian/libnutclient0.symbols: Update the symbols file to fix the FTBFS on
|
* debian/libnutclient0.symbols: Update the symbols file to fix the FTBFS on
|
||||||
ppc64 and sparc64 architectures
|
ppc64 and sparc64 architectures
|
||||||
|
* debian/control: Add python-notify to the recommended packages of
|
||||||
|
nut-monitor, it can displays notification in case the UPS is on battery
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@debian.org> Sun, 19 Nov 2017 16:49:33 +0100
|
-- Laurent Bigonville <bigon@debian.org> Tue, 20 Feb 2018 11:23:17 +0100
|
||||||
|
|
||||||
nut (2.7.4-5.1) unstable; urgency=medium
|
nut (2.7.4-5.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -258,6 +258,7 @@ Depends: python-glade2,
|
||||||
python-nut,
|
python-nut,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python:Depends}
|
${python:Depends}
|
||||||
|
Recommends: python-notify
|
||||||
Description: network UPS tools - GUI application to monitor UPS status
|
Description: network UPS tools - GUI application to monitor UPS status
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue