summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-11-17 10:22:46 -0200
committerdrebs <drebs@leap.se>2016-11-17 10:22:46 -0200
commit31bf0f6177b649ae07fd98626b39b90b923908a9 (patch)
tree85ce7940fb56d7c1002aed50c6d9463d0fef12e4
parent3183e473748390927ea466ce72277465b28b4430 (diff)
[pkg] update debian dependencies versions
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 2d261e16..6585b8cb 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Package: soledad-server
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-configparser, python-couchdb,
python-simplejson, python-oauth, python-u1db, python-routes, python-openssl,
- soledad-common (>= 0.8.0), python-six, python-twisted-web (>= 13.0.0-1~bpo70+1),
- sudo
+ soledad-common (>= 0.9.0), python-six, python-twisted-web (>= 16.2.0-1~bpo8+1),
+ sudo, python-beaker
Description: Synchronization of locally encrypted data among devices (server files)
Soledad is the part of LEAP that allows application data to be securely
shared among devices. It provides, to other parts of the LEAP client, an
@@ -35,7 +35,7 @@ Package: soledad-client
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.3+b1),
python-simplejson, python-oauth, python-u1db, python-scrypt,
- python-dirspec, soledad-common, python-chardet,
+ python-dirspec, soledad-common (>= 0.9.0), python-chardet,
python-twisted-core (>= 13.0.0)
Description: Synchronization of locally encrypted data among devices (client files)
Soledad is the part of LEAP that allows application data to be securely