summaryrefslogtreecommitdiff
path: root/stdeb.cfg
AgeCommit message (Collapse)Author
2018-12-21Add python3-distutils dependencyMicah Lee
2018-10-11Remove python3-cryptography dependencyMicah Lee
2018-10-11Bump python required version down to 3.5.3, and finish removing python3-nacl ↵Micah Lee
as a dependency
2018-09-20Make fedora and debian dependencies get added to packages builtMicah Lee
2018-09-17Update stdeb.cfg to depend on bionic and Python 3.6Miguel Jacq
2018-01-16Add obfs4proxy as a dependency on Debian/Fedora-like distros, for obfs4 ↵Miguel Jacq
bridge support
2017-07-09Remove references to nosetests, and replace them with pytestMicah Lee
2017-05-31Fix stdeb.cfg so that Ubuntu PPA will buildMicah Lee
2017-04-13Add tor as a linux dependencyMicah Lee
2017-02-23Change default ubuntu suite to xenialMicah Lee
2016-06-10Added python-nautilus as a dependency (#293)Micah Lee
2016-04-13Changing stdeb config to make Launchpad's PPA server successfully buildMicah Lee
2016-02-13Modify stdeb settings so that .deb that gets built will run in Ubuntu 14.04Micah Lee
2016-02-12Porting onionshare from python2 to python3 (#261). This commit only ports ↵Micah Lee
the CLI version, not the GUI. Has not been tested in Fedora, Windows, or OSX. Removed hack to make unicode filenames work because hack does not work in python3. Replaced constant_time_compare function with a new one that works in python3. Tweaked hidden service checking code because urllib is different in python3.
2015-12-04Adds python-qt4 as a debian dependency (fixes #230)Micah Lee
2015-05-20added dh-python as a build dependency, for the PPA release to workMicah Lee
2014-09-02including pysocks with onionshare, and updated code to use pysocks instead ↵Micah Lee
of socksipy (#118)
2014-08-29waits for hidden service before displaying URL. fixes #116Micah Lee
2014-08-18removing QtWebkit as a dependency for PyInstaller and for building the .debMicah Lee
2014-06-20changed gtk deps to qt4Micah Lee
2014-06-10starting debian/fedora packaging (#25)Micah Lee