summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-06-05 23:12:16 +0900
committerKali Kaneko <kali@leap.se>2013-06-05 23:12:16 +0900
commit58ddd064585763be2d677b1d1066c703e7fe04f6 (patch)
tree16991484e35d97eca554280d0aad1de52b830479 /debian/control
parentebca23cd426690453cf5581f32a44121ae1219ce (diff)
parent40cd0620fd135d5b7104165b90143fa6db36fbad (diff)
Merge remote-tracking branch 'micah-github/debian' into debian
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..840a0a9a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: soledad
+Maintainer: Micah Anderson <micah@debian.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7),
+ python-configparser, python-couchdb, python-leap-common, python-scrypt
+Standards-Version: 3.9.4
+
+Package: python-soledad
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-configparser, python-couchdb,
+ python-leap-common, python-scrypt, python-gnupg, python-simplejson, python-requests,
+ python-six, python-twisted-web, python-sqlcipher
+Description: Synchronization of locally encrypted data among devices.
+ 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.