[Pkg-privacy-commits] [torbrowser-launcher] 207/476: removed un-used dependencies, and also cleaned up readme

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:37 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.

commit e44f991082941c96dc2adc8426acec89962a3da0
Author: Micah Lee <micah at micahflee.com>
Date:   Fri May 2 13:13:27 2014 -0400

    removed un-used dependencies, and also cleaned up readme
---
 README.md | 23 +----------------------
 stdeb.cfg |  2 +-
 2 files changed, 2 insertions(+), 23 deletions(-)

diff --git a/README.md b/README.md
index 4144c53..cb0adf8 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Then install dependencies, build a package, and install:
 
 ### Debian, Ubuntu, Linux Mint, etc.
 
-    sudo apt-get install build-essential python-all python-stdeb python-gtk2 python-psutil python-twisted python-pygame python-lzma python-parsley python-txsocksx wmctrl gnupg fakeroot
+    sudo apt-get install build-essential python-all python-stdeb python-gtk2 python-psutil python-twisted python-pygame python-lzma wmctrl gnupg fakeroot
     ./build_deb.sh
     sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
 
@@ -48,24 +48,3 @@ AppArmor is a Linux kernel hardening technology that lets you confine specific p
     sudo aa-enforce /etc/apparmor.d/torbrowser.Browser.firefox
     sudo aa-enforce /etc/apparmor.d/torbrowser.Tor.tor
 
-# Building in Debian
-
-## Dependencies
-
-You need to have ```stdeb``` installed. If you're using Debian or Ubuntu you can install it like this:
-
-    apt-get install python-stdeb
-
-Also install the ```torbrowser-launcher``` dependencies:
-
-    apt-get install python-gtk2 python-psutil python-twisted python-lzma wmctrl gnupg fakeroot
-
-## Debian packages
-
-To build a Debian source and binary packages:
-
-    python setup.py --command-packages=stdeb.command sdist_dsc bdist_deb
-
-Once you've made a ```.deb```, you can install by running this as root:
-
-    dpkg -i deb_dist/torbrowser-launcher_VERSION_all.deb
diff --git a/stdeb.cfg b/stdeb.cfg
index 4166c0a..f2ab688 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,4 +1,4 @@
 [DEFAULT]
 Package: torbrowser-launcher
-Depends: python-gtk2, python-psutil, python-twisted, python-lzma, python-pygame, python-parsley, python-txsocksx, gnupg, wmctrl
+Depends: python-gtk2, python-psutil, python-twisted, python-lzma, python-pygame, gnupg, wmctrl
 Suite: saucy

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