File: control

package info (click to toggle)
sbws 1.5.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,928 kB
  • sloc: python: 10,055; sh: 119; makefile: 37
file content (71 lines) | stat: -rw-r--r-- 2,156 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
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
Source: sbws
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders:
 ju xor <ju@riseup.net>,
Section: net
Priority: optional
Build-Depends:
 adduser,
 debhelper-compat (= 13),
 dh-python,
 dvipng,
 pkg-config,
 python3,
 python3-all,
 python3-psutil,
 python3-pytest,
 python3-setuptools,
 python3-socks,
 python3-sphinx,
 python3-stem (>= 1.8.0),
 python3-versioneer,
 texlive-latex-extra,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/sbws
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/sbws.git
Homepage: https://tpo.pages.torproject.net/network-health/sbws/

Package: sbws
Architecture: all
Depends:
 adduser,
 python3-psutil,
 python3-socks,
 python3-stem (>= 1.8.0),
 python3-versioneer,
 tor,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 systemd,
Description: Simple Bandwidth Scanner for the Tor network
 Simple Bandwidth Scanner (sbws) scan the Tor network and generates
 bandwidth list files (also called measurements).
 .
 Bandwidth list files contain the Tor relays' bandwidths scaled.
 The are read by the Tor directory authorities to assign weights to the relays
 during heir votes. The specification of the Bandwidth list format is in
 https://gitweb.torproject.org/torspec.git/tree/bandwidth-file-spec.txt
 .
 The scanner (also called generator) builds two hop circuits consisting
 of the relay being measured and a fast exit.
 Over these circuits it measures download performance.
 .
 **WARNING**: This software is intended to be run by researchers using a test
 Tor network, such as chutney or shadow, or by the Tor bandwidth authorities
 on the public Tor network.
 Please do not run this software on the public Tor network unless you are one
 of the Tor bandwidth authorities, to avoid creating unnecessary traffic.

Package: sbws-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Simple Bandwidth Scanner
 Tor bandwidth scanner that generates bandwidth list (measurements) files
 to be read by Directory Authorities.
 .
 This package contains the sbws documentation.