diff options
author | drebs <drebs@leap.se> | 2016-09-09 09:30:25 -0300 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-21 12:15:51 +0100 |
commit | 0911ecddfffe38a81b769c0ffc91795b88a303b6 (patch) | |
tree | 095d56876962278e7c5acf2a731503993978ef26 /debian/control | |
parent | d2aa9e923c59a85bb709bf9fd45c4e5c3f8762ce (diff) |
[pkg] add debian directory for 0.8.1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..2d261e16 --- /dev/null +++ b/debian/control @@ -0,0 +1,45 @@ +Source: soledad +Section: python +Priority: optional +Maintainer: Micah Anderson <micah@debian.org> +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), + dh-python +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.8.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 + 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, + 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 + API for data storage and sync. + . + This package contains the common soledad libraries. For the server, see the + soledad-server package + +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-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 + API for data storage and sync. + . + This package contains the soledad client. |