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
|
Source: pdudaemon
Section: net
Priority: optional
Maintainer: Matt Hart <matt@mattface.org>
Uploaders: Matt Hart <matt@mattface.com>,
Sjoerd Simons <sjoerd@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
docbook-xml,
docbook-xsl,
python3,
python3-aiohttp,
python3-all,
python3-hid,
python3-paramiko,
python3-pexpect,
python3-pysnmp4,
python3-pytest,
python3-pytest-mock,
python3-requests,
python3-serial,
python3-setuptools,
python3-systemd,
python3-usb,
xsltproc
Standards-Version: 4.2.0
Homepage: http://github.com/pdudaemon
Vcs-Git: https://github.com/pdudaemon/pkg-pdudaemon.git
Vcs-Browser: https://github.com/pdudaemon/pkg-pdudaemon
Package: pdudaemon
Architecture: all
Depends: ${misc:Depends},
python3-aiohttp,
${python3:Depends}
Recommends: telnet, openssh-client
Description: daemon for controlling PDUs
Pdudaemon provides a standard way of controlling power controllers,
which can either be local devices or networked PDUs. On top of that it ensures
the control commands to the PDU are executed sequentially to avoid issues with
many PDUs in handling multiple parallel requests.
.
This package provides the daemon
Package: pdudaemon-client
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Conflicts: lavapdu-client
Multi-Arch: foreign
Description: client for pdudaemon
Pdudaemon provides a standard way of controlling power controllers,
which can either be local devices or networked PDUs. On top of that it ensures
the control commands to the PDU are executed sequentially to avoid issues with
many PDUs in handling multiple parallel requests.
.
This package provides the client
|