X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/49f86fe47a4da6219516d0fc28feaa0054abebe8..e6c835fd3c10e38a36ebc41f74f47d686c95ad9d:/debian/control diff --git a/debian/control b/debian/control index d59c2629..b451153f 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: tripe Section: net Priority: extra Maintainer: Mark Wooding +XS-Python-Version: >= 2.4 Build-Depends: catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), tshark, wireshark-dev (>= 0.10.10), debhelper (>= 4.0.2) Standards-Version: 3.1.1 @@ -29,6 +30,14 @@ Description: Forward UDP packets over a stream packets on standard input and output; it also natively understands TCP sockets. Anything else can probably be fudged up with a port forwarder. +Package: pathmtu +Architecture: any +Depends: ${shlibs:Depends} +Description: Discover the path MTU to a given host + Pathmtu is a simple utility which prints the path MTU to a given host, i.e., + the size of the largest IP packet which can be sent to the host without + needing to be fragmented. + Package: tripe-uslip Architecture: any Depends: ${shlibs:Depends} @@ -63,7 +72,7 @@ Description: Trivial IP Encryption: a simple virtual private network Package: tripemon Architecture: all -Depends: python (>= 2.3), python-gtk2 (>= 2.6), tripe +Depends: python (>= 2.4), python-gtk2 (>= 2.6), tripe Description: Trivial IP Encryption: a simple virtual private network TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy and authenticity of packets it sends and receives. @@ -71,9 +80,38 @@ Description: Trivial IP Encryption: a simple virtual private network This package contains a graphical monitor program for managing and keeping an eye on a TrIPE server. +Package: python-tripe +Architecture: all +Depends: ${python:Depends}, python-mlib, tripe +Recommends: python-codespeak-lib +XB-Python-Version: ${python:Versions} +Description: Trivial IP Encryption: a simple virtual private network + TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy + and authenticity of packets it sends and receives. + . + This package contains Python modules for communicating with the tripe + server. + . + The package python-codespeak-lib provides an efficient implementation of + coroutines (`greenlets') used by these modules. An inefficient + implementation, based on threads, is included, so small sites can probably + manage without. + +Package: tripe-peer-services +Architecture: all +Depends: python (>= 2.4), python-mlib, tripe, python-cdb, python-tripe, pathmtu +Description: Trivial IP Encryption: a simple virtual private network + TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy + and authenticity of packets it sends and receives. + . + This package contains services for managing connections with peers: + . + connect Register named peer correctly + watch Configure interface and wake up remote end when peer arrives + Package: tripe-keys Architecture: all -Depends: python (>= 2.3), tripe, catacomb-bin, python-catacomb +Depends: python (>= 2.4), tripe, catacomb-bin, python-catacomb Description: Trivial IP Encryption: a simple virtual private network TrIPE is a simple VPN protocol. It uses cryptography to ensure secrecy and authenticity of packets it sends and receives.