]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Tweak build files to fix issues in debian building
authorMicah Lee <micah@micahflee.com>
Fri, 23 Mar 2018 23:11:51 +0000 (16:11 -0700)
committerMicah Lee <micah@micahflee.com>
Fri, 23 Mar 2018 23:11:51 +0000 (16:11 -0700)
build_deb.sh
build_rpm.sh
stdeb.cfg

index ed2d7631f76a705e49734d2d6b09557f4fee16a9..0829dea14ce333857fc4597cb250b183352c1e0a 100755 (executable)
@@ -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 ""
index ab311ef6c33de21a777086f99bc669f3c59349f2..07e8692e0b3427872ed6bb35d02e8a3040390bf9 100755 (executable)
@@ -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 ""
index 44595d6f3574c5ceb3c9d6cf68cbb5f1de14cedd..83e2e0ce57aa2e4caab3ad1dc119fc53218b2d0f 100644 (file)
--- 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