[Pkg-privacy-commits] [torbrowser-launcher] 31/39: Tweak build files to fix issues in debian building
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 14233d0aa9dcded9760be1182f642abc0b23fcac
Author: Micah Lee <micah at micahflee.com>
Date: Fri Mar 23 16:11:51 2018 -0700
Tweak build files to fix issues in debian building
---
build_deb.sh | 4 ++--
build_rpm.sh | 2 +-
stdeb.cfg | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/build_deb.sh b/build_deb.sh
index ed2d763..0829dea 100755
--- a/build_deb.sh
+++ b/build_deb.sh
@@ -3,10 +3,10 @@
VERSION=`cat share/torbrowser-launcher/version`
# clean up from last build
-rm -r deb_dist
+rm -r build deb_dist
# build binary package
-python setup.py --command-packages=stdeb.command bdist_deb
+python3 setup.py --command-packages=stdeb.command bdist_deb
# install it
echo ""
diff --git a/build_rpm.sh b/build_rpm.sh
index ab311ef..07e8692 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, gnupg2"
+python3 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 44595d6..83e2e0c 100644
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,6 +1,6 @@
[DEFAULT]
-Package: torbrowser-launcher
-Depends: python3-pyqt5, python3-gpg, python3-requests, python3-socks, gnupg2
+Package3: torbrowser-launcher
+Depends3: python3-pyqt5, 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