diff options
author | Micah Anderson <micah@riseup.net> | 2013-06-06 16:33:05 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-13 21:10:08 -0400 |
commit | 2198696c369d53bcaeb32cd5d25c526f76808ab4 (patch) | |
tree | 96125d6802547d1dc7d55c4860d50db230e0fc09 /debian/control | |
parent | b3dc32412f78da03192e0ddae9648012620c444d (diff) |
initial debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..78528af --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: leap-mx +Maintainer: Micah Anderson <micah@debian.org> +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9) +Standards-Version: 3.9.4 + +Package: python-leap-mx +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: An asynchronous, transparently-encrypting remailer for the L + An asynchronous, transparently-encrypting remailer using BigCouch/CouchDB and PGP/GnuPG, written in Twisted Python. |