1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: apcupsd
Section: admin
Priority: optional
Maintainer: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 11)
, libgd-dev
, libmodbus-dev
, libncurses5-dev | libncurses-dev
, libsnmp-dev
, libusb-dev
, libwrap0-dev
, mawk | awk
, pkg-config
, po-debconf
, python3-docutils
, tcpd
, texinfo
# gconf shall disappear: , libgtk2.0-dev
# gconf shall disappear: , libgconf2-dev
# will disappear: , rst2pdf
Standards-Version: 4.3.0
Homepage: http://www.apcupsd.org/
Vcs-Browser: https://salsa.debian.org/alteholz/apcupsd
Vcs-Git: https://salsa.debian.org/alteholz/apcupsd.git
Package: apcupsd
Architecture: any
Depends: ${misc:Depends}
, ${shlibs:Depends}
, lsb-base
Conflicts: ups-monitor
Provides: ups-monitor
Recommends: apcupsd-doc,
s-nail | mailx
Suggests: apcupsd-cgi,
udev
Description: APC UPS Power Management (daemon)
apcupsd provides UPS power management for APC products, including most BackUPS
series models (including USB), SmartUPS V/S, SmartUPS (NET/RM), and Matrix
series.
.
It controls and monitors the status of UPS and allows your computer to run for
a specified length of time on UPS power, and then executes a controlled
shutdown in the case of an extended power failure.
Package: apcupsd-cgi
Section: web
Architecture: any
Depends: apcupsd (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Suggests: apache2 | httpd
Description: APC UPS Power Management (web interface)
apcupsd provides UPS power management for APC products, including most BackUPS
series models (including USB), SmartUPS V/S, SmartUPS (NET/RM), and Matrix
series.
.
This package contains the web interface.
Package: apcupsd-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Replaces: apcupsd
Description: APC UPS Power Management (documentation/examples)
apcupsd provides UPS power management for APC products, including most BackUPS
series models (including USB), SmartUPS V/S, SmartUPS (NET/RM), and Matrix
series.
.
This package contains the documentation and examples.
|