diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-04 15:56:19 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-10-04 15:56:19 +0000 |
commit | 5640ac0a90ce93e05a31572f1397425907d65332 (patch) | |
tree | e87a664effc18eec6fabead524037caa0026dc2d /debian/control | |
parent | efff703a2759ad6b851497c7abae047dff8a7eb5 (diff) |
first stab at debianizing, will need to sort out zexy and moocow dependencies, since they are not libdirs in pd-zexy and pd-pdstringbackups/externals/pduino@16328
svn path=/trunk/externals/pduino/; revision=16327
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d7af0bc --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: pd-arduino +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-dev | puredata (<< 0.43) +Standards-Version: 3.9.3 +Homepage: http://firmata.org +Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pd-arduino.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/pd-arduino.git;a=summary + +Package: pd-arduino +Architecture: any +Depends: ${shlibs:Depends}, + puredata-core | pd, + pd-comport, + pd-cyclone, + pd-mapping, + pd-moocow, + pd-pddp, + pd-zexy, + ${misc:Depends} +Suggests: arduino +Description: Pd object for Firmata communications with Arduinos + This package includes a Pd object and a matching Arduino firmware. It allows + you to control the Arduino board from Pd without having to program in + Arduino's C++. It is an implementation of the Firmata protocol. Firmata is a + generic protocol for communicating with microcontrollers from software on a + host computer. It is intended to work with any host computer software + package. |