From 40cd0620fd135d5b7104165b90143fa6db36fbad Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Tue, 4 Jun 2013 16:38:03 -0400
Subject: initial debian package

---
 debian/control | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 debian/control

(limited to 'debian/control')

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.
-- 
cgit v1.2.3