X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/b7e1e18b57c30555f65a2548e0f1f186200c0ea8..904828efba2a3deadc45b46764e43b1e83aec46e:/debian/control diff --git a/debian/control b/debian/control index 61ed0f6b..3f608cdb 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,15 @@ Source: tripe Section: net Priority: extra Maintainer: Mark Wooding -Build-Depends: catacomb-dev (>= 2.1.1), mlib-dev (>= 2.0.4), - tshark, wireshark-dev (>= 0.10.10), debhelper (>= 4.0.2) +XS-Python-Version: >= 2.4 +Build-Depends: catacomb-dev (>= 2.1.4), mlib-dev (>= 2.2.1), + tshark, wireshark-dev (>= 0.10.10), debhelper (>= 9), + python-central Standards-Version: 3.1.1 Package: tripe Architecture: any -Depends: ${shlibs:Depends}, makedev (>= 2.3.1-63) +Depends: ${shlibs:Depends}, makedev (>= 2.3.1-63) | udev, adduser Recommends: catacomb-bin Suggests: pkstream Description: Trivial IP Encryption: a simple virtual private network @@ -22,7 +24,7 @@ Description: Trivial IP Encryption: a simple virtual private network Package: pkstream Architecture: any Depends: ${shlibs:Depends} -Suggests: fw | ssh | stunnel +Suggests: fwd | ssh | stunnel Description: Forward UDP packets over a stream Pkstream is a simple program which transmits and receives UDP datagrams over a reliable stream. By default, it will send and receive the @@ -50,7 +52,7 @@ Description: Trivial IP Encryption: a simple virtual private network Package: tripe-wireshark Architecture: any -Depends: wireshark-common (= ${tripe:Wireshark-Version}) +Depends: wireshark-common (= ${tripe:Wireshark-Version}), ${shlibs:Depends} 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,7 +73,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. @@ -79,9 +81,39 @@ 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, iproute +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.