chiark / gitweb /
debian/control: Add missing build-dependency on `pkg-config'.
[fwd] / debian / control
index 9652b97ecd803c0e8134675a99514bc60bebf4ca..80892c90c900134c0c7b31f36af9f582e577331a 100644 (file)
@@ -1,17 +1,17 @@
-Source: fw
+Source: fwd
 Section: net
 Priority: extra
-Build-Depends: mlib-dev (>= 2.0.3), debhelper (>= 4.0.2)
+Build-Depends: mlib-dev (>= 2.2.1), debhelper (>= 9), pkg-config
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
 Standards-Version: 3.1.1
 
-Package: fw
+Package: fwd
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: Excessive port forwarder
- fw can forward connections to and from: TCP sockets, Unix-domain sockets,
+ fwd can forward connections to and from: TCP sockets, Unix-domain sockets,
  locally-executed programs, and file descriptors.  It can do host-based
  access control.  It will log incoming TCP connections by hostname and
  username (as reported by identd on the connecting host).  It subsumes the
- basic functionality of inetd, cat, netcat and others.  It runs as a 
+ basic functionality of inetd, cat, netcat and others.  It runs as a
  single nonblocking process.