From c1a147e8e6c196c3c80baf53c54e1a9a3ddf65c9 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 13 Oct 2019 14:00:26 -0700 Subject: [PATCH] For PPA release, change suite from cosmic to disco, and add all dependencies as build dependencies --- stdeb.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdeb.cfg b/stdeb.cfg index 8c7ef6f5..0a200132 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,6 +1,6 @@ [DEFAULT] Package3: onionshare Depends3: python3, python3-flask, python3-flask-httpauth, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy -Build-Depends: python3, python3-all, python3-pytest, python3-requests -Suite: cosmic +Build-Depends: python3, python3-all, python3-pytest, python3-requests, python3-flask, python3-flask-httpauth, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils +Suite: disco X-Python3-Version: >= 3.5.3