File: control

package info (click to toggle)
onionshare 2.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,628 kB
  • sloc: python: 14,487; javascript: 10,725; sh: 137; makefile: 56; xml: 29
file content (80 lines) | stat: -rw-r--r-- 2,914 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
72
73
74
75
76
77
78
79
80
Source: onionshare
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders:
 anonym <anonym@riseup.net>,
 Clément Hermann <nodens@debian.org>,
 Sandro Knauß <hefee@debian.org>
Section: net
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3,
Build-Depends-Indep:
 obfs4proxy,
 python3-colorama <!nocheck>,
 python3-flask <!nocheck>,
 python3-flask-compress <!nocheck>,
 python3-flask-httpauth <!nocheck>,
 python3-flask-socketio <!nocheck>,
 python3-gevent <!nocheck>,
 python3-gevent-websocket <!nocheck>,
 python3-nacl <!nocheck>,
 python3-poetry,
 python3-psutil <!nocheck>,
 python3-pyside6.qtcore <!nocheck>,
 python3-pyside6.qttest <!nocheck>,
 python3-pyside6.qtwidgets <!nocheck>,
 python3-pytestqt <!nocheck>,
 python3-pytest <!nocheck>,
 python3-qrcode <!nocheck>,
 python3-requests <!nocheck>,
 python3-setuptools,
 python3-socks <!nocheck>,
 python3-stem (>= 1.8.1) <!nocheck>,
 python3-unidecode <!nocheck>,
 python3-waitress <!nocheck>,
 uglifyjs,
 tor <!nocheck>,
 xauth <!nocheck>,
 xvfb <!nocheck>
Standards-Version: 4.7.2
Homepage: https://onionshare.org
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/onionshare.git
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/onionshare
Rules-Requires-Root: no

Package: onionshare
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Share a file over Tor Hidden Services anonymously and securely
 OnionShare lets you securely and anonymously share a file of any size with
 someone. It works by starting a web server, making it accessible as a Tor
 hidden service, and generating an unguessable URL to access and download
 the file. It doesn't require setting up a server on the Internet somewhere
 or using a third party filesharing service. You host the file on your own
 computer and use a Tor hidden service to make it temporarily accessible
 over the Internet. The other user just needs to use the Tor Browser and
 TO Enter the URL to download the file from you.

Package: onionshare-cli
Architecture: all
Depends:
 tor,
 ${misc:Depends},
 ${python3:Depends},
Recommends: obfs4proxy
Description: Share a file over Tor Hidden Services anonymously and securely - cli
 OnionShare lets you securely and anonymously share a file of any size with
 someone. It works by starting a web server, making it accessible as a Tor
 hidden service, and generating an unguessable URL to access and download
 the file. It doesn't require setting up a server on the Internet somewhere
 or using a third party filesharing service. You host the file on your own
 computer and use a Tor hidden service to make it temporarily accessible
 over the Internet. The other user just needs to use the Tor Browser and
 TO Enter the URL to download the file from you.
 .
 This package is the Commandline interface of Onionshare.