]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Add python-gpg as a dependency
authorMicah Lee <micah@micahflee.com>
Mon, 13 Mar 2017 22:38:12 +0000 (15:38 -0700)
committerMicah Lee <micah@micahflee.com>
Mon, 13 Mar 2017 22:38:12 +0000 (15:38 -0700)
BUILD.md
build_rpm.sh
stdeb.cfg

index 674ab8eebc9c1e9647aa7ac26b9c63864803dda9..e0013395b52169dd3178db69654ef7e93fb139b0 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -12,7 +12,7 @@ Then install dependencies, build a package, and install:
 ### Debian, Ubuntu, Linux Mint, etc.
 
 ```sh
-sudo apt-get install build-essential dh-python python-all python-stdeb python-gtk2 python-twisted python-lzma python-txsocksx gnupg fakeroot xz-utils tor
+sudo apt-get install build-essential dh-python python-all python-stdeb python-gtk2 python-twisted python-lzma python-txsocksx gnupg fakeroot xz-utils tor gpg
 ./build_deb.sh
 sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
 ```
@@ -22,7 +22,7 @@ Optionally you can install `python-pygame` if you want to play a modem sound whi
 ### Red Hat, Fedora, CentOS, etc.
 
 ```sh
-sudo yum install python-psutil python-twisted gnupg fakeroot rpm-build python-txsocksx tor pygtk2
+sudo dnf install python-psutil python-twisted gnupg fakeroot rpm-build python-txsocksx tor pygtk2 python2-gpg
 ./build_rpm.sh
 sudo yum install dist/torbrowser-launcher-*.rpm
 ```
index 8578323354d8885a9ef52666c8ac23f3b0a1b26b..d51141a3e8c451bcd95418d38a7956cfb138db8a 100755 (executable)
@@ -6,9 +6,9 @@ VERSION=`cat share/torbrowser-launcher/version`
 rm -r build dist
 
 # build binary package
-python setup.py bdist_rpm --requires="python-twisted, gnupg, fakeroot, pygtk2"
+python setup.py bdist_rpm --requires="python-twisted, gnupg, fakeroot, pygtk2, python2-gpg"
 
 # install it
 echo ""
 echo "To install, run:"
-echo "sudo yum install dist/torbrowser-launcher-$VERSION-1.noarch.rpm"
+echo "sudo dnf install dist/torbrowser-launcher-$VERSION-1.noarch.rpm"
index 1bb06056b882a75756aee1c8062f8a39c31f95ec..2742a32cb79967ddb7e0540382d793315a093d61 100644 (file)
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
 [DEFAULT]
 Package: torbrowser-launcher
-Depends: python-gtk2, python-twisted, python-lzma, gnupg, xz-utils
+Depends: python-gtk2, python-twisted, python-lzma, python-gpg, gnupg, xz-utils
 Build-Depends: dh-python
 Recommends: python-pygame, python-txsocksx, tor
 Suite: trusty