chiark / gitweb /
Use new `mLib' function annotations.
[fwd] / debian / control
CommitLineData
9155ea97 1Source: fwd
0ac54f22 2Section: net
3Priority: extra
aae68c41 4Build-Depends: mlib-dev (>= 2.2.1), debhelper (>= 8)
e903c70f 5Maintainer: Mark Wooding <mdw@distorted.org.uk>
0ac54f22 6Standards-Version: 3.1.1
7
9155ea97 8Package: fwd
0ac54f22 9Architecture: any
10Depends: ${shlibs:Depends}
11Description: Excessive port forwarder
9155ea97 12 fwd can forward connections to and from: TCP sockets, Unix-domain sockets,
0ac54f22 13 locally-executed programs, and file descriptors. It can do host-based
14 access control. It will log incoming TCP connections by hostname and
15 username (as reported by identd on the connecting host). It subsumes the
206212ca 16 basic functionality of inetd, cat, netcat and others. It runs as a
0ac54f22 17 single nonblocking process.
9155ea97
MW
18
19Package: fw
20Architecture: all
21Depends: fwd
22Conflicts: funnelweb
23Description: Excessive port forwarder
24 fwd can forward connections to and from: TCP sockets, Unix-domain sockets,
25 locally-executed programs, and file descriptors. It can do host-based
26 access control. It will log incoming TCP connections by hostname and
27 username (as reported by identd on the connecting host). It subsumes the
28 basic functionality of inetd, cat, netcat and others. It runs as a single
29 nonblocking process.
30 .
31 Once upon a time, fwd was called fw; but this conflicts with funnelweb's use
32 of the same name. This package depends on the new, renamed real package and
33 provides compatibility scripts and symlinks. Once you've fixed references
34 to the old name, you can delete this package.