aboutsummaryrefslogtreecommitdiff
path: root/comport/debian/control
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-17 19:32:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-17 19:32:22 +0000
commit4b0297cb1d4d00c8aa62cd8059d3f65f7fb553a5 (patch)
treea0829eb56fc776d2ab2def2c0ae1e4f4f7c74ae2 /comport/debian/control
parent87b596349f05cda49aa1b1d48c721dc4a413f7e4 (diff)
debianized using the library template
svn path=/trunk/externals/iem/comport/; revision=13824
Diffstat (limited to 'comport/debian/control')
-rw-r--r--comport/debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/comport/debian/control b/comport/debian/control
new file mode 100644
index 0000000..a69eccc
--- /dev/null
+++ b/comport/debian/control
@@ -0,0 +1,16 @@
+Source: pd-comport
+Section: sound
+Priority: optional
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
+Uploaders: Hans-Christoph Steiner <hans@eds.org>
+Build-Depends: debhelper (>= 7.0.50~), puredata
+Standards-Version: 3.9.1
+Homepage: http://puredata.info
+
+Package: pd-comport
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, pd
+Description: Pd object for reading and writing to serial ports
+ comport is a cross-platform object for Pure Data that allows you to read and
+ write bytes and lists of data to /dev/tty* devices including serial port,
+ USB-serial devices, Bluetooth-serial, etc.