[Pkg-privacy-commits] [torbrowser-launcher] 25/48: Update build instructions to make python-gpg optional

Roger Shimizu rosh at moszumanska.debian.org
Mon Sep 4 16:42:33 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 0081d17d606bce3ad7ccf6d0c6d99dad04a4e5ec
Author: Micah Lee <micah at micahflee.com>
Date:   Fri Apr 7 16:39:41 2017 -0700

    Update build instructions to make python-gpg optional
---
 BUILD.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/BUILD.md b/BUILD.md
index 35d0aef..eaff7bc 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -12,7 +12,9 @@ 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 python-gpg
+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
+# If you're running an OS that has python-gpg like Ubuntu 17.04+ or Debian 9+, install that too
+sudo apt install python-gpg
 ./build_deb.sh
 sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
 ```

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