File: control

package info (click to toggle)
onionbalance 0.2.2-1.2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,852 kB
  • sloc: python: 5,287; makefile: 178; sh: 129
file content (40 lines) | stat: -rw-r--r-- 1,071 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
Source: onionbalance
Maintainer: Federico Ceratto <federico@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
 dh-python,
 python3-all,
 python3-cryptography,
 python3-docutils,
 python3-mock,
 python3-pycryptodome,
 python3-pytest,
 python3-pytest-mock,
 python3-setproctitle,
 python3-setuptools,
 python3-sphinx (>= 1.3.1),
 python3-sphinxcontrib.autoprogram,
 python3-stem (>= 1.8.0),
 python3-yaml
Standards-Version: 4.6.0.1
Homepage: https://github.com/asn-d6/onionbalance
Vcs-Git: https://salsa.debian.org/debian/onionbalance.git
Vcs-Browser: https://salsa.debian.org/debian/onionbalance
Rules-Requires-Root: no

Package: onionbalance
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
 adduser,
 python3-stem (>= 1.8.0),
 tor (>= 0.2.7.1)
Description: Tor hidden service load balancer
 The onionbalance tool provides load-balancing and redundancy for Tor
 hidden services by distributing user requests to multiple backend
 Tor instances.