summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-05-04 20:57:24 -0400
committerKali Kaneko <kali@leap.se>2016-05-04 20:57:24 -0400
commit0673e3e3f70ebd3e0716c48966c5b3b75ed4f952 (patch)
tree9a60e900e39ed860d70321bf7c6ef4928e46bb4a
parent470868f699954922bea1a06085d4ec5f083b92a6 (diff)
parentecaf93ab21fee56a8a7147a303c08d0ace3adb5e (diff)
Merge branch 'debian/platform-0.8' of ssh://leap.se/soledad into debian/platform-0.8
-rw-r--r--debian/control23
1 files changed, 12 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index 2b379093..88d2d36e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,23 +7,24 @@ Standards-Version: 3.9.6
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.5.0), python-six, python-twisted-web (>= 13.0.0-1~bpo70+1)
+Depends: ${misc:Depends}, ${python:Depends}, python-configparser, python-couchdb,
+ python-simplejson, python-oauth, python-u1db, python-routes, python-openssl,
+ soledad-common (>= 0.5.0), python-six, python-twisted-web (>= 13.0.0-1~bpo70+1),
+ sudo
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
+ 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
API for data storage and sync.
.
This package contains the server components.
Package: soledad-common
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-simplejson, python-oauth, python-u1db,
+Depends: ${misc:Depends}, ${python:Depends}, python-simplejson, python-oauth, python-u1db,
python-six
Description: Synchronization of locally encrypted data among devices (common 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
+ 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
API for data storage and sync.
.
This package contains the common soledad libraries. For the server, see the
@@ -32,12 +33,12 @@ Description: Synchronization of locally encrypted data among devices (common fil
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-simplejson, python-oauth, python-u1db, python-scrypt,
python-dirspec, python-pycryptopp (>= 0.6.0.20120313-1~), soledad-common,
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
- shared among devices. It provides, to other parts of the LEAP client, an
+ 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
API for data storage and sync.
.
This package contains the soledad client.