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
|
Source: python-rcon
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
gir1.2-gtk-3.0,
help2man,
pybuild-plugin-pyproject,
python3-all,
python3-gi,
python3-pytest,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-sphinx-rtd-theme,
Standards-Version: 4.7.0
Homepage: https://github.com/conqp/rcon
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rcon
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rcon.git
Rules-Requires-Root: no
Package: python-rcon-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: client implementation for RCON protocol (Documentation)
Python 3 library, which provides a client to interact with RCON servers. The
RCON protocol is used to remotely control a game server, i.e. execute commands
on a game server and receive the respective results.
.
This package contains the documentation.
Package: python3-rcon
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-rcon-doc,
Description: client implementation for RCON protocol (Python3 version)
Python 3 library, which provides a client to interact with RCON servers. The
RCON protocol is used to remotely control a game server, i.e. execute commands
on a game server and receive the respective results.
.
This package contains the Python 3 version of the library.
Package: rcon
Architecture: all
Section: net
Depends:
python3-gi,
python3-rcon (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: client for RCON protocol
Python 3 library, which provides a client to interact with RCON servers. The
RCON protocol is used to remotely control a game server, i.e. execute commands
on a game server and receive the respective results.
.
This package contains the CLI tools.
|