summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-29 22:27:12 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-29 22:27:12 +0000
commitaf91bad80841987a8634fd61e890c488e3dcaac5 (patch)
tree5a33227d1a3bba68900b688353d89b7690169db2 /debian/control
parent2ae5a722d2c5d6de65e6cb839b1b97e99f70f787 (diff)
add debian stuff
git-svn-id: file:///home/lennart/svn/public/bidilink/trunk@12 9cde1c1d-e4d0-0310-8a68-bf217395ea82
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d67606b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: bidilink
+Section: utils
+Priority: optional
+Maintainer: Lennart Poettering <mzovqvyvax@0pointer.de>
+Build-Depends: debhelper (>= 4.0.0), xmltoman, lynx
+Standards-Version: 3.6.0
+
+Package: bidilink
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: a general purpose Unix tool for linking two bidirectional data streams
+ bidilink is a general purpose Unix tool for linking two bidirectional data streams.
+ It extends the standard Unix "filter" paradigma to bidrectional streams.
+ .
+ It has the following stream drivers:
+ * std: - STDIN, STDOUT of the process
+ * exec:PROGRAM - fork() off a process and use its STDIN and STDOUT
+ * tty:TTYDEVICE - Open a TTY device (like a serial port) as client
+ * pty:[PTYNAME] - Allocate a pseudo TTY device as master
+ * tcp-client:HOSTNAME:PORT - Connect to another or the local host via TCP/IP
+ * tcp-server:[IPADDRESS:]PORT - Listen on a local port and wait for an incoming connection
+ * unix-client:SOCKNAME - Connect to a local Unix domain socket
+ * unix-server:SOCKNAME - Listen on a local Unix domain socket