From 16c7978acc180148061adea85d22f5da7e89f515 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 29 Jul 2004 22:35:08 +0000 Subject: update debian build system git-svn-id: file:///home/lennart/svn/public/bidilink/trunk@13 9cde1c1d-e4d0-0310-8a68-bf217395ea82 --- Makefile.am | 7 +++++-- debian/control | 8 +++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index b6109d1..bf56462 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ # along with bidilink; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -EXTRA_DIST=bootstrap.sh README LICENSE +EXTRA_DIST=bootstrap.sh README LICENSE debian/changelog debian/compat debian/control debian/copyright debian/dirs debian/docs debian/rules SUBDIRS=src doc man MAINTAINERCLEANFILES = README @@ -37,4 +37,7 @@ homepage: distcleancheck: @: -.PHONY: homepage distcleancheck +deb: + dpkg-buildpackage -rfakeroot + +.PHONY: homepage distcleancheck deb diff --git a/debian/control b/debian/control index d67606b..92d7fb6 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,9 @@ 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. + 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 @@ -18,6 +19,7 @@ Description: a general purpose Unix tool for linking two bidirectional data stre * 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 + * 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 -- cgit