summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-06-26 11:58:45 +0200
committerKali Kaneko <kali@leap.se>2017-06-26 12:22:24 +0200
commitb5eeb5da51192e6653c23bfcd1d8e756a129215f (patch)
tree81d502875b3956d8a11a742c7eb8b7faf40cbae6 /debian/control
parent2082cab5c8ac8e29d4267d77f8ef9aad3200b71b (diff)
[pkg] split the binary packages
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 7 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 9aba9185..fb33d653 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,9 @@ Standards-Version: 3.9.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-u1db, python-routes, python-openssl,
- soledad-common (>= 0.8.0), python-six, python-twisted-web (>= 13.0.0-1~bpo70+1),
+ python-simplejson, python-oauth, python-routes, 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
@@ -21,7 +21,8 @@ Description: Synchronization of locally encrypted data among devices (server fil
Package: soledad-common
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-simplejson, python-oauth, python-u1db, python-six
+Provides: leap.soledad.common, ${python:Provides}
+Depends: ${misc:Depends}, ${python:Depends}, python-simplejson, python-six, python-twisted-core (>= 13.0.0)
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
@@ -32,10 +33,10 @@ Description: Synchronization of locally encrypted data among devices (common fil
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-oauth, python-u1db, python-scrypt,
- python-dirspec, soledad-common, python-chardet,
- python-twisted-core (>= 13.0.0)
+ python-simplejson, python-scrypt,
+ python-dirspec, python-chardet,
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