diff options
author | Micah Anderson <micah@riseup.net> | 2013-07-18 12:46:57 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-07-18 15:47:56 -0400 |
commit | b4339c680c1b21427121e3f44415995e5eb6dac8 (patch) | |
tree | 5e701ab1ac01c41c2fe4e1439bd4bb0b1a98a9cd /debian/control | |
parent | 1cb4c59bc3601d5083fc07d6a43887dbc8538018 (diff) |
fix package name to not be python-leap-mx
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 78528af..cfa808f 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ 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 +Package: 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. +Description: An asynchronous, transparently-encrypting remailer for the LEAP platform + An asynchronous, transparently-encrypting remailer using BigCouch/CouchDB and OpenPGP, written in Twisted Python. |