debian/control: Fix Build-Depends.
[preload-hacks] / debian / control
... / ...
CommitLineData
1Source: preload-hacks
2Section: utils
3Priority: extra
4Maintainer: Mark Wooding <mdw@distorted.org.uk>
5Build-Depends: debhelper (>= 8)
6Standards-Version: 3.8.0
7
8Package: uopen
9Architecture: any
10Suggests: fwd
11Depends: ${shlibs:Depends}
12Description: 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
17Package: noip
18Architecture: any
19Depends: ${shlibs:Depends}
20Description: 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.