]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Make ppa script use python3, and switch the default suite to bionic
authorMicah Lee <micah@micahflee.com>
Fri, 14 Sep 2018 22:55:33 +0000 (15:55 -0700)
committerMicah Lee <micah@micahflee.com>
Fri, 14 Sep 2018 22:55:33 +0000 (15:55 -0700)
ppa_release.sh
stdeb.cfg

index 08dec4d46283de9fe48218d652df543dc362f899..4d1e592013cc6c9230700148407975d085984970 100755 (executable)
@@ -16,7 +16,7 @@ VERSION=`cat share/torbrowser-launcher/version`
 
 # Make a source pacakge
 rm -rf deb_dist
-python setup.py --command-packages=stdeb.command sdist_dsc
+python3 setup.py --command-packages=stdeb.command sdist_dsc
 
 # Sign it
 cd deb_dist/torbrowser-launcher-$VERSION
index 83e2e0ce57aa2e4caab3ad1dc119fc53218b2d0f..56ee472cab4d3eb8ec3192783d22dd1ee49f5ae3 100644 (file)
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -3,4 +3,4 @@ Package3: torbrowser-launcher
 Depends3: python3-pyqt5, python3-gpg, python3-requests, python3-socks, gnupg2
 Build-Depends: dh-python
 Recommends: tor
-Suite: artful
+Suite: bionic