[Pkg-privacy-commits] [torbrowser-launcher] 15/48: Add python-gpg as a dependency

Roger Shimizu rosh at moszumanska.debian.org
Mon Sep 4 16:42:32 UTC 2017


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

rosh pushed a commit to branch debian/sid
in repository torbrowser-launcher.

commit 1949a9406cff11f592e12d879ca1256908dd52e1
Author: Micah Lee <micah at micahflee.com>
Date:   Mon Mar 13 15:38:12 2017 -0700

    Add python-gpg as a dependency
---
 BUILD.md     | 4 ++--
 build_rpm.sh | 4 ++--
 stdeb.cfg    | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/BUILD.md b/BUILD.md
index 674ab8e..e001339 100644
--- 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
 ```
diff --git a/build_rpm.sh b/build_rpm.sh
index 8578323..d51141a 100755
--- a/build_rpm.sh
+++ b/build_rpm.sh
@@ -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"
diff --git a/stdeb.cfg b/stdeb.cfg
index 1bb0605..2742a32 100644
--- 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

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