summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-02-12 10:47:43 +0000
committerLennart Poettering <lennart@poettering.net>2006-02-12 10:47:43 +0000
commitb56d3a0981d8f832314c7a991908c3979f4b5fbe (patch)
tree68c362c7222455cd069bea8b8cb3bd17692e9586 /debian/control
parent559186a0cd3f2cde3ef10924b89842076f1e6940 (diff)
add debianization
git-svn-id: file:///home/lennart/svn/public/ivcall/trunk@25 e0b13411-74c3-0310-b366-a0654dd0340f
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
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 <mzqrovna@0pointer.net>
+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).