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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
Source: nextcloud-spreed-signaling
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Dominik George <natureshadow@debian.org>,
Joachim Bauch <bauch@struktur.de>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-golang,
golang-any,
golang-easyjson,
golang-etcd-server-dev (>= 3.5.15-5),
golang-github-dlintw-goconf-dev,
golang-github-golang-jwt-jwt-dev,
golang-github-google-uuid-dev,
golang-github-gorilla-mux-dev,
golang-github-gorilla-securecookie-dev,
golang-github-mailru-easyjson-dev,
golang-github-nats-io-go-nats-dev (>= 1.30.2-2),
golang-github-notedit-janus-go-dev,
golang-github-oschwald-maxminddb-golang-dev,
golang-github-pion-sdp-dev (>= 3.0.10),
golang-github-pquerna-cachecontrol-dev,
golang-prometheus-client-dev,
golang-websocket-dev,
protoc-gen-go-1-5,
protoc-gen-go-grpc
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/nextcloud-spreed-signaling
Vcs-Git: https://salsa.debian.org/go-team/packages/nextcloud-spreed-signaling.git
Homepage: https://github.com/strukturag/nextcloud-spreed-signaling
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/strukturag/nextcloud-spreed-signaling
Package: nextcloud-spreed-signaling
Architecture: any
Depends:
nextcloud-spreed-signaling-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
janus,
nats-server,
Built-Using: ${misc:Built-Using}
Description: Standalone signaling server for Nextcloud Talk
Nextcloud is an open source, self-hosted cloud software, and Talk
is its WebRTC communication app. It requires a dedicated signaling
server and a WebRTC media relay for scalability.
.
nextcloud-spreed-signaling is a standalone signaling server for Nextcloud Talk
for improved performance.
Package: nextcloud-spreed-signaling-proxy
Architecture: any
Depends:
nextcloud-spreed-signaling-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
janus,
Built-Using: ${misc:Built-Using}
Breaks: nextcloud-spreed-signaling (<< 1.2.2-2~),
Replaces: nextcloud-spreed-signaling (<< 1.2.2-2~),
Description: Standalone signaling server for Nextcloud Talk - proxy
Nextcloud is an open source, self-hosted cloud software, and Talk
is its WebRTC communication app. It requires a dedicated signaling
server and a WebRTC media relay for scalability.
.
nextcloud-spreed-signaling is a standalone signaling server for Nextcloud Talk
for improved performance.
.
This package contains the proxy code that is necessary to connect a signaling
server to multiple Janus backends.
Package: nextcloud-spreed-signaling-client
Architecture: any
Depends:
nextcloud-spreed-signaling-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
nextcloud-spreed-signaling,
Built-Using: ${misc:Built-Using}
Breaks: nextcloud-spreed-signaling (<< 1.2.2-2~),
Replaces: nextcloud-spreed-signaling (<< 1.2.2-2~),
Description: Standalone signaling server for Nextcloud Talk - benchmarking client
Nextcloud is an open source, self-hosted cloud software, and Talk
is its WebRTC communication app. It requires a dedicated signaling
server and a WebRTC media relay for scalability.
.
nextcloud-spreed-signaling is a standalone signaling server for Nextcloud Talk
for improved performance.
.
This package contains a client for benchmarking the signaling server.
Package: nextcloud-spreed-signaling-common
Architecture: all
Depends:
adduser,
${misc:Depends},
Description: Standalone signaling server for Nextcloud Talk - common
Nextcloud is an open source, self-hosted cloud software, and Talk
is its WebRTC communication app. It requires a dedicated signaling
server and a WebRTC media relay for scalability.
.
nextcloud-spreed-signaling is a standalone signaling server for Nextcloud Talk
for improved performance.
.
This dependency package contains common files / scripts and creates
the _signaling system user.
|