diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-13 16:11:06 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-13 16:11:06 -0400 |
commit | 80795ab3e08e2426b919d37896015fb78326c0cb (patch) | |
tree | 342a113383ef31288294a489a38052e1dd1dee92 /debian | |
parent | 1a102575ec49dacb78d2faf917145c0164aa8a93 (diff) |
adjust twisted requirement to work for backported version
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 47764c8..e7c7958 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +leap-mx (0.3.0.1) unstable; urgency=low + + * Require twisted >=13.0.0-1~bpo70 + + -- Micah Anderson <micah@debian.org> Tue, 13 Aug 2013 16:10:21 -0400 + 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 + * 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 3604973..c5a9206 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}, python-twisted (>= 13.0.0-1) +Depends: ${misc:Depends}, ${python:Depends}, python-twisted (>= 13.0.0-1~bpo70+1) Description: Asynchronous, transparently-encrypting remailer for the LEAP platform Asynchronous, transparently-encrypting remailer using BigCouch/CouchDB and OpenPGP, written in Twisted Python. |