summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-08-15 11:32:20 -0400
committerMicah Anderson <micah@riseup.net>2013-08-15 13:17:23 -0400
commitae049361d2eead016ac2a963add0516494ef5a72 (patch)
tree7e6a78e90e2ef6b0051c2d3a11e8742a1e39aa1c /debian
parent59886275cd79b991bdf0fbf15d2de40bdf155edc (diff)
require twisted 13 or greater
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/control7
2 files changed, 18 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b214316d..13551521 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+soledad (0.3.0.3) unstable; urgency=low
+
+ * Fixed missing epoch on python-twisted-conch
+
+ -- Micah Anderson <micah@debian.org> Thu, 15 Aug 2013 13:16:54 -0400
+
+soledad (0.3.0.2) unstable; urgency=low
+
+ * Pin twisted version in Depends to get 13 or greater
+
+ -- Micah Anderson <micah@debian.org> Thu, 15 Aug 2013 11:31:57 -0400
+
soledad (0.3.0.1) unstable; urgency=low
* Update initscript to require that START=yes is set
diff --git a/debian/control b/debian/control
index be3c1861..3d198447 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,12 @@ Package: soledad-server
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, soledad-common
+ python-six, python-twisted (>= 13.0.0-1~bpo70+1), python-twisted-bin (>= 13.0.0-1~bpo70+1),
+ python-twisted-conch (>= 1:13.0.0-1~bpo70+1), python-twisted-core (>= 13.0.0-1~bpo70+1),
+ python-twisted-lore (>= 13.0.0-1~bpo70+1), python-twisted-mail (>= 13.0.0-1~bpo70+1),
+ python-twisted-names (>= 13.0.0-1~bpo70+1), python-twisted-news (>= 13.0.0-1~bpo70+1),
+ python-twisted-runner (>= 13.0.0-1~bpo70+1), python-twisted-words (>= 13.0.0-1~bpo70+1),
+ python-twisted-web (>= 13.0.0-1~bpo70+1), python-sqlcipher, soledad-common
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