summaryrefslogtreecommitdiff
path: root/debian/control.real
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control.real')
-rw-r--r--debian/control.real62
1 files changed, 62 insertions, 0 deletions
diff --git a/debian/control.real b/debian/control.real
new file mode 100644
index 0000000..086cf9b
--- /dev/null
+++ b/debian/control.real
@@ -0,0 +1,62 @@
+Source: ucspi-tcp
+Section: non-free/net
+Priority: optional
+Maintainer: Philip Hands <phil@hands.com>
+Standards-Version: 2.4.0.0
+
+Package: ucspi-tcp
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: tools for building TCP client-server applications.
+ Written by Dan J. Bernstein, tcpclient and tcpserver are
+ powerful easy-to-use command-line tools for building TCP
+ client-server applications. tcpserver provides TCP access control
+ features, similar to tcp-wrappers/tcpd's hosts.allow but much
+ faster; it can run high-availavility services much better than
+ inetd.
+ .
+ Real-time Blocking List support is also included in tcpserver, so
+ you can run qmail-smtpd with it and avoid a lot of SPAM.
+ .
+ tcpclient and tcpserver conform to UCSPI, the UNIX Client-Server
+ Program Interface, using the TCP protocol.
+ .
+ Note that this package cannot be distributed it in
+ binary form without Dan Bernstein's permission.
+
+Package: ucspi-tcp-misc
+Architecture: all
+Depends: ucspi-tcp, multitee
+Description: misc tools using ucspi tcpclient
+ Includes the following shell scripts: who@, date@, finger@,
+ tcpcat and mconnect. All of them use tcpclient for building tcp
+ conections.
+ .
+ Note that this package cannot be distributed it in
+ binary form without Dan Bernstein's permission.
+
+Package: ucspi-tcp-src
+Architecture: all
+Depends: dpkg-dev (>= 1.4.0.20), patch (>= 2.5-0bo1), fakeroot | sudo, gcc, make
+Description: Source only package for building ucspi-tcp binary package
+ Written by Dan J. Bernstein, tcpclient and tcpserver are
+ powerful easy-to-use command-line tools for building TCP
+ client-server applications. tcpserver provides TCP access control
+ features, similar to tcp-wrappers/tcpd's hosts.allow but much
+ faster; it can run high-availavility services much better than
+ inetd.
+ .
+ Real-time Blocking List support is also included in tcpserver, so
+ you can run qmail-smtpd with it and avoid a lot of SPAM.
+ .
+ tcpclient and tcpserver conform to UCSPI, the UNIX Client-Server
+ Program Interface, using the TCP protocol.
+ .
+ Dan Bernstein (ucspi-tcp's author) only gives permission for his code
+ to be distributed in source form, or binary by approval. This package
+ has been put together to allow people to easily build a binary
+ package for themselves, from source.
+ .
+ If there is a package called ucspi-tcp available, then Dan has approved the
+ binary version of the package for distribution, so you might as well install
+ that and save yourself some effort.