[Pkg-privacy-commits] [torbrowser-launcher] 28/39: Add gnupg2 as a dependency

Roger Shimizu rosh at debian.org
Tue Mar 27 15:41:53 UTC 2018


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

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

commit 23f9d6d568602370739109b73762e5e7f1e82e79
Author: Micah Lee <micah at micahflee.com>
Date:   Fri Mar 23 15:43:03 2018 -0700

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

diff --git a/BUILD.md b/BUILD.md
index 5709544..3435d34 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 python3-all python3-stdeb python3-qt5 python3-gpg python3-requests python3-socks
+sudo apt-get install build-essential dh-python python3-all python3-stdeb python3-qt5 python3-gpg python3-requests python3-socks gnupg2 tor
 ./build_deb.sh
 sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
 ```
@@ -20,7 +20,7 @@ sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
 ### Red Hat, Fedora, CentOS, etc.
 
 ```sh
-sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks
+sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks gnupg2
 ./build_rpm.sh
 sudo yum install dist/torbrowser-launcher-*.rpm
 ```
diff --git a/build_rpm.sh b/build_rpm.sh
index f39c5de..ab311ef 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="python3-qt5, python3-gpg, python3-requests, python3-pysocks"
+python setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks, gnupg2"
 
 # install it
 echo ""
diff --git a/stdeb.cfg b/stdeb.cfg
index bcf8f28..2ad3ac4 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
 [DEFAULT]
 Package: torbrowser-launcher
-Depends: python3-qt5, python3-gpg, python3-requests, python3-socks
+Depends: python3-qt5, python3-gpg, python3-requests, python3-socks, gnupg2
 Build-Depends: dh-python
 Recommends: tor
 Suite: artful

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