Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Update dependencies
· b02f6ede
Ulrike Uhlig
authored
Mar 27, 2019
fixes: #925328
b02f6ede
Update changelog
· a4f0fba1
Ulrike Uhlig
authored
Mar 27, 2019
a4f0fba1
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a4f0fba1
onionshare (2.0-2) unstable; urgency=medium
* debian/control:
- Fix dependencies (Closes: #925328)
- Remove recommended torbrowser-launcher. (Closes: #916889)
-- Ulrike Uhlig <ulrike@debian.org> Wed, 27 Mar 2019 14:03:35 +0100
onionshare (2.0-1) unstable; urgency=medium
* New upstream version. (Closes: #922883)
...
...
debian/control
View file @
a4f0fba1
...
...
@@ -12,8 +12,7 @@ Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/onionshare
Package: onionshare
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-flask, python3-stem (>= 1.4.0), python3-pyqt5, obfs4proxy, tor
Recommends: torbrowser-launcher
Depends: ${misc:Depends}, ${python3:Depends}, python3-crypto, python3-flask, python3-socks, python3-stem (>= 1.4.0), python3-pyqt5, obfs4proxy, tor
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
...
...