chiark / gitweb /
debian/control: Only require Wireshark things for binary-indep build.
[tripe] / debian / control
index 61ed0f6b1212a803f768e89721b746ba611d69a4..b03aefd0314b0d728ac0aece9b9fec3fdbb8b08f 100644 (file)
@@ -2,13 +2,19 @@ Source: tripe
 Section: net
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-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: debhelper (>= 9), pkg-config, curl, rsync,
+       python (>= 2.6.6-3~),
+       mlib-dev (>= 2.2.2),
+       catacomb-dev (>= 2.4.0), catacomb-bin (>= 2.1.4)
+Build-Depends-Indep: python-cdb, python-gtk2,
+       python-mlib (>= 1.0.2), python-catacomb (>= 1.2.0),
+       tshark, wireshark-dev (>= 1.12.1)
 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 +28,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
@@ -55,33 +61,53 @@ 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 the protocol analysis plug-in for Wireshark (the new
- name for Ethereal).
+ This package contains the protocol analysis plug-in for Wireshark.
 
-Package: tripe-ethereal
+Package: tripemon
 Architecture: all
-Depends: tripe-wireshark
+Depends: python (>= 2.4), python-gtk2 (>= 2.6),
+       python-mlib (>= 1.0.2), tripe, python-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.
  .
- This is a dummy package to ease the transition to tripe-wireshark (since
- Wireshark is apparently the new name for Ethereal).  You should probably
- remove this package.
+ This package contains a graphical monitor program for managing and
+ keeping an eye on a TrIPE server.
 
-Package: tripemon
+Package: python-tripe
 Architecture: all
-Depends: python (>= 2.3), python-gtk2 (>= 2.6), tripe
+Depends: ${python:Depends}, python-mlib (>= 1.0.2), 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 a graphical monitor program for managing and
- keeping an eye on a TrIPE server.
+ 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-cdb, iproute, python-mlib (>= 1.0.2),
+       tripe, 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), curl, tripe,
+       catacomb-bin, python-catacomb (>= 1.1.0)
 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.