summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-08-13 15:58:17 -0400
committerMicah Anderson <micah@riseup.net>2013-08-13 15:58:17 -0400
commit27ad10e3b71ba8cc04ee34a139e775daaa9e5a81 (patch)
tree4e8fec0608d2ff4130a914f09a254d20c5981146 /debian
parent327dac28be41ac5204a777025e212b78a268c9d4 (diff)
explitily require twisted >=13.0.0-1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8643897..47764c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
leap-mx (0.3.0) unstable; urgency=low
* Update to 0.3.0
+ * Source /lib/lsb/init-functions in initscripts
+ * Require twisted >= 13.0.0-1
-- Micah Anderson <micah@debian.org> Tue, 13 Aug 2013 15:49:33 -0400
diff --git a/debian/control b/debian/control
index a3e417a..3604973 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.9.4
Package: leap-mx
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-twisted (>= 13.0.0-1)
Description: Asynchronous, transparently-encrypting remailer for the LEAP platform
Asynchronous, transparently-encrypting remailer using BigCouch/CouchDB
and OpenPGP, written in Twisted Python.