diff --git a/install/ppa_release.sh b/install/ppa_release.sh index 859d1826..e64fb866 100755 --- a/install/ppa_release.sh +++ b/install/ppa_release.sh @@ -7,10 +7,10 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )" cd $DIR -VERSION=`cat version` +VERSION=`cat resources/version.txt` rm -rf deb_dist >/dev/null 2>&1 -python setup.py --command-packages=stdeb.command sdist_dsc +python3 setup.py --command-packages=stdeb.command sdist_dsc cd deb_dist/onionshare-$VERSION dpkg-buildpackage -S cd .. diff --git a/stdeb.cfg b/stdeb.cfg index 50ebaf75..e502ec82 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,6 +1,7 @@ [DEFAULT] Package3: onionshare Depends3: python3-flask, python3-stem, python3-pyqt5 -Build-Depends3: python3-nose -Suite: trusty utopic vivid wily xenial jessie +Build-Depends3: python3-nose, python3-flask, python3-stem, python3-pyqt5 +Build-Depends: python3-nose, python3-flask, python3-stem, python3-pyqt5 +Suite: wily X-Python3-Version: >= 3.2