Merge branch 'master' of github.com:micahflee/onionshare

This commit is contained in:
Micah Lee 2016-04-14 12:04:44 -07:00
commit 9bfde7dfcc
2 changed files with 5 additions and 4 deletions

View File

@ -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 ..

View File

@ -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