chiark / gitweb /
server/peer.c: Handle mobile peers switching addresses.
[tripe] / debian / control
index 91626c2f6e098b04b3152cfddcedc4cd1b9b6e23..2c4d258101ce5cd3c6a9205278198795d39552dd 100644 (file)
@@ -4,12 +4,13 @@ Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
 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)
+ tshark, wireshark-dev (>= 0.10.10), debhelper (>= 4.0.2),
+ 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
@@ -51,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.
@@ -97,6 +98,19 @@ Description: Trivial IP Encryption: a simple virtual private network
  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.4), tripe, catacomb-bin, python-catacomb