[Pkg-privacy-commits] [torbrowser-launcher] 241/476: added xz-utils as a dependency (fixes #93)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:41 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 be1653d1619230b158ed29eb6ab3ab9f4532c9c9
Author: Micah Lee <micah at micahflee.com>
Date: Wed Jul 9 12:10:37 2014 -0700
added xz-utils as a dependency (fixes #93)
---
README.md | 2 +-
stdeb.cfg | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ae3be1a..ba931b4 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-lzma wmctrl gnupg fakeroot
+ sudo apt-get install build-essential python-all python-stdeb python-gtk2 python-psutil python-twisted python-lzma wmctrl gnupg fakeroot xz-utils
./build_deb.sh
sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
diff --git a/stdeb.cfg b/stdeb.cfg
index 6a62fc6..a0117e9 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,4 +1,4 @@
[DEFAULT]
Package: torbrowser-launcher
-Depends: python-gtk2, python-psutil, python-twisted, python-lzma, gnupg, wmctrl
+Depends: python-gtk2, python-psutil, python-twisted, python-lzma, gnupg, wmctrl, xz-utils
Recommends: python-txsocksx, tor, python-pygame
--
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