chiark / gitweb /
debian/control: Fix Build-Depends.
[preload-hacks] / debian / control
1 Source: preload-hacks
2 Section: utils
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Build-Depends: debhelper (>= 8)
6 Standards-Version: 3.8.0
7
8 Package: uopen
9 Architecture: any
10 Suggests: fwd
11 Depends: ${shlibs:Depends}
12 Description: Automatic connection to Unix-domain sockets
13  uopen is a preload hack which detects attempts to open(2) Unix-domain
14  sockets and connects to the socket instead.  This can be used, for 
15  example, to implement a random-signature daemon.
16
17 Package: noip
18 Architecture: any
19 Depends: ${shlibs:Depends}
20 Description: Run programs with limited network access
21  noip is a preload hack which traps socket calls and forces (most)
22  attempts to use TCP/IP to use Unix-domain sockets in a private directory
23  instead.  This can be used to help secure systems which use IP sockets
24  unnecessarily.  It can also be used to limit access to forwarded SSH
25  ports.  Full configuration is available via a file or environment
26  variables.