diff options
author | micah <micah@riseup.net> | 2017-03-08 15:34:21 +0000 |
---|---|---|
committer | micah <micah@riseup.net> | 2017-03-08 15:34:21 +0000 |
commit | c32a6f0f0793dce999731b61aa3ec64568a25fdd (patch) | |
tree | ad4d187053fffcf866f81f0c9c6a53ccaf0f0faf /debian/control | |
parent | 178a8c15387c9fc4613bb82c062d32660ff9391f (diff) | |
parent | 1dc59abebd97a14bb5cf14d232ce51a503084a6d (diff) |
Merge branch 'build_packages' into 'master'
Build packages
See merge request !6
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..c9ad13a --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: leap-mx +Maintainer: drebs <drebs@leap.se> +Uploaders: LEAP automated build <sysdev@leap.se> +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-systemd +Standards-Version: 3.9.8 + +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. |