File: control

package info (click to toggle)
synadm 0.46-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: python: 2,727; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,242 bytes parent folder | download
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
Source: synadm
Section: admin
Priority: optional
Maintainer: Matrix Packaging Team <pkg-matrix-maintainers@lists.alioth.debian.org>
Uploaders: Sebastien Badia <sbadia@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               bash-completion,
               python3-all,
               python3-click,
               python3-click-option-group,
               python3-dnspython,
               python3-requests,
               python3-setuptools,
               python3-tabulate,
               python3-yaml
Standards-Version: 4.6.2
Homepage: https://github.com/joj0/synadm
Vcs-Browser: https://salsa.debian.org/matrix-team/synadm
Vcs-Git: https://salsa.debian.org/matrix-team/synadm.git
Rules-Requires-Root: no

Package: synadm
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Command line admin tool for Synapse (Matrix reference homeserver)
 Synadm is a CLI tool to help admins of Matrix-Synapse homeservers conveniently
 issue commands available via its admin API.
 .
 This tool is designed to run either directly on the host running the Synapse
 instance or on a remote machine able to access Synapse's API port.