From b56d3a0981d8f832314c7a991908c3979f4b5fbe Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 12 Feb 2006 10:47:43 +0000 Subject: add debianization git-svn-id: file:///home/lennart/svn/public/ivcall/trunk@25 e0b13411-74c3-0310-b366-a0654dd0340f --- debian/control | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8636993 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: ivcall +Section: utils +Priority: optional +Maintainer: Lennart Poettering +Build-Depends: debhelper (>= 4.0.0), libspandsp-dev, xmltoman, lynx +Standards-Version: 3.6.0 + +Package: ivcall +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A small utility which may be used to make automated telephone calls with your isdn4linux supported ISDN card + Outgoing calls are supported as well as incoming calls. The audio + data recieved from the peer is written to STDOUT, audio data read + from STDIN is send to the peer. The audio data is in raw 8 bit uLaw 8 + KHz format, without any headers. + . + Since release 0.4 ivcall supports sending and receiving facsimiles + using spandsp as software modem for 9600bps connections (just fax, no + data connections). -- cgit