diff options
author | varac <varacanero@zeromail.org> | 2017-02-17 11:38:45 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-03-02 10:10:38 +0100 |
commit | 073dece4395c38a23ad2e19de4e66c0ec5a31879 (patch) | |
tree | e8d83d0e4080f84fb4459bcef39d4e7a862b5b7e /debian/control | |
parent | 178a8c15387c9fc4613bb82c062d32660ff9391f (diff) |
Include debian/ into master
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d8ae0f2 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: leap-mx +Maintainer: drebs <drebs@leap.se> +Uploader: Micah Anderson <micah@debian.org> +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-systemd +Standards-Version: 3.9.6 + +Package: leap-mx +Architecture: all +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. |