mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-13 00:09:38 -05:00
Merge branch 'master' of github.com:micahflee/onionshare
This commit is contained in:
commit
9bfde7dfcc
@ -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 ..
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user