[Pkg-privacy-commits] [torbrowser-launcher] 21/39: Update build scripts and dependencies
Roger Shimizu
rosh at debian.org
Tue Mar 27 15:41:52 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 467fd098c8fc7c0aef17f7a0b0641fd3597dfcc9
Author: Micah Lee <micah at micahflee.com>
Date: Fri Mar 23 13:20:06 2018 -0700
Update build scripts and dependencies
---
BUILD.md | 4 ++--
build_rpm.sh | 2 +-
stdeb.cfg | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/BUILD.md b/BUILD.md
index e4c7194..5709544 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 tor
+sudo apt-get install build-essential dh-python python3-all python3-stdeb python3-qt5 python3-gpg python3-requests python3-socks
./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 tor
+sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks
./build_rpm.sh
sudo yum install dist/torbrowser-launcher-*.rpm
```
diff --git a/build_rpm.sh b/build_rpm.sh
index d51141a..f39c5de 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="python-twisted, gnupg, fakeroot, pygtk2, python2-gpg"
+python setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks"
# install it
echo ""
diff --git a/stdeb.cfg b/stdeb.cfg
index 1bb0605..bcf8f28 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: python3-qt5, python3-gpg, python3-requests, python3-socks
Build-Depends: dh-python
-Recommends: python-pygame, python-txsocksx, tor
-Suite: trusty
+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