[Pkg-privacy-commits] [torbrowser-launcher] 01/01: Add ca-certificates as depends. (Closes: #805173)
Holger Levsen
holger at moszumanska.debian.org
Thu Jan 28 00:17:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch debian/sid
in repository torbrowser-launcher.
commit 8ba5292abab8ec21f6cf601ba5eae50c16c9befe
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Jan 28 01:14:50 2016 +0100
Add ca-certificates as depends. (Closes: #805173)
Tests have shown that without ca-certificates installed, the download
will fail both via tor and via https.
---
debian/changelog | 4 +---
debian/control | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f48c3b2..376872d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,9 +6,7 @@ torbrowser-launcher (0.2.2-3) UNRELEASED; urgency=medium
* Add debian/patches/0003-fix-apparmor-profile-to-support-self-upgrade.patch
to do just that. Thanks to intrigeri for providing these rules.
(Closes: #808140)
- * Add ca-certificates as recommends. (Closes: #805173)
- (Unless specifically asked to download via tor, tbl will download via
- https and then ca-certificates are needed.)
+ * Add ca-certificates as depends. (Closes: #805173)
* Update package description, stop mentioning the removed upgrade feature.
(Closes: #812664)
diff --git a/debian/control b/debian/control
index f427fbb..c62e8d0 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-privacy/packages/torbrowser-lau
Package: torbrowser-launcher
Architecture: i386 amd64
-Depends: ${misc:Depends}, ${python:Depends}, python-gtk2, python-psutil, python-twisted, python-lzma, gnupg, wmctrl, python-txsocksx (>= 1.13.0.1), python-parsley (>= 1.2)
-Recommends: tor, ca-certificates
+Depends: ${misc:Depends}, ${python:Depends}, python-gtk2, python-psutil, python-twisted, python-lzma, gnupg, wmctrl, python-txsocksx (>= 1.13.0.1), python-parsley (>= 1.2), ca-certificates
+Recommends: tor
Suggests: apparmor, python-pygame
Description: helps download and run the Tor Browser Bundle
Tor Browser Launcher is intended to make the Tor Browser Bundle (TBB) easier
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list