summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-10-06 18:13:26 +0200
committerKali Kaneko <kali@leap.se>2017-10-06 18:17:08 +0200
commit5bdc29d117732384e2e5e9bfacea0150a057b9a3 (patch)
tree1398e2f72538cd5812b6403d5d9d79defcf5ed53 /debian
parent4a0f4f804616c169e7a186d83583754430e935d6 (diff)
[pkg] add dependency to soledad-common
Diffstat (limited to 'debian')
-rw-r--r--debian/control7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 02031d64..e3c5f8a6 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ Package: soledad-server
Architecture: all
Provides: leap.soledad.server, ${python:Provides}
Depends: ${misc:Depends}, ${python:Depends}, lsb-base (>= 3.0-6), python-configparser, python-couchdb,
- python-simplejson, python-oauth, python-routes, python-six, python-twisted-web (>= 13.0.0-1~bpo70+1),
- python-beaker, sudo, ssl-cert, adduser
+ python-simplejson, python-routes, python-six, python-twisted-web (>= 13.0.0-1~bpo70+1),
+ python-beaker, sudo, ssl-cert, adduser, soledad-common
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
@@ -42,7 +42,8 @@ Package: soledad-client
Architecture: all
Provides: leap.soledad.client, ${python:Provides}
Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.3+b1),
- python-simplejson, python-scrypt, python-dirspec, python-chardet, python-zope.proxy
+ python-simplejson, python-scrypt, python-dirspec, python-chardet, python-zope.proxy,
+ soledad-common
Description: Synchronization of locally encrypted data among devices (client 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