From 5640ac0a90ce93e05a31572f1397425907d65332 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 4 Oct 2012 15:56:19 +0000 Subject: first stab at debianizing, will need to sort out zexy and moocow dependencies, since they are not libdirs in pd-zexy and pd-pdstring svn path=/trunk/externals/pduino/; revision=16327 --- debian/control | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +Uploaders: Hans-Christoph Steiner +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. -- cgit v1.2.1