[Pkg-privacy-commits] [torbrowser-launcher] 09/15: Remove tor and python-txsocksx as dependencies, and make them recommended instead (#188)

Holger Levsen holger at moszumanska.debian.org
Fri Nov 13 17:54:05 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to annotated tag debian/0.2.2-1
in repository torbrowser-launcher.

commit 30a580f99cdcac409ec8d474c9d4aed011b458a2
Author: Micah Lee <micah at micahflee.com>
Date:   Sun Nov 8 20:19:21 2015 -0800

    Remove tor and python-txsocksx as dependencies, and make them recommended instead (#188)
---
 build_rpm.sh | 2 +-
 stdeb.cfg    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_rpm.sh b/build_rpm.sh
index b0f2ba6..3f9f653 100755
--- a/build_rpm.sh
+++ b/build_rpm.sh
@@ -6,7 +6,7 @@ VERSION=`cat share/torbrowser-launcher/version`
 rm -r build dist
 
 # build binary package
-python setup.py bdist_rpm --requires="python-psutil, python-twisted, python-txsocksx, gnupg, fakeroot, tor, pygtk2"
+python setup.py bdist_rpm --requires="python-psutil, python-twisted, gnupg, fakeroot, pygtk2"
 
 # install it
 echo ""
diff --git a/stdeb.cfg b/stdeb.cfg
index 838af4a..d00e742 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
 [DEFAULT]
 Package: torbrowser-launcher
-Depends: python-gtk2, python-psutil, python-twisted, python-lzma, gnupg, xz-utils, python-txsocksx, tor
+Depends: python-gtk2, python-psutil, python-twisted, python-lzma, gnupg, xz-utils
 Build-Depends: dh-python
-Recommends: python-pygame
+Recommends: python-pygame, python-txsocksx, tor
 Suite: trusty

-- 
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