mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-22 21:44:25 -04:00
Merge branch 'master' of github.com:micahflee/onionshare
This commit is contained in:
commit
9bfde7dfcc
2 changed files with 5 additions and 4 deletions
|
@ -7,10 +7,10 @@
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
|
||||||
cd $DIR
|
cd $DIR
|
||||||
|
|
||||||
VERSION=`cat version`
|
VERSION=`cat resources/version.txt`
|
||||||
|
|
||||||
rm -rf deb_dist >/dev/null 2>&1
|
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
|
cd deb_dist/onionshare-$VERSION
|
||||||
dpkg-buildpackage -S
|
dpkg-buildpackage -S
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
Package3: onionshare
|
Package3: onionshare
|
||||||
Depends3: python3-flask, python3-stem, python3-pyqt5
|
Depends3: python3-flask, python3-stem, python3-pyqt5
|
||||||
Build-Depends3: python3-nose
|
Build-Depends3: python3-nose, python3-flask, python3-stem, python3-pyqt5
|
||||||
Suite: trusty utopic vivid wily xenial jessie
|
Build-Depends: python3-nose, python3-flask, python3-stem, python3-pyqt5
|
||||||
|
Suite: wily
|
||||||
X-Python3-Version: >= 3.2
|
X-Python3-Version: >= 3.2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue