From 3d60efd1619e57e5de9ba070a2b7331e55cf0932 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Wed, 6 Nov 2002 18:44:39 +0000 Subject: added debian build system svn path=/trunk/; revision=205 --- externals/debian/control | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 externals/debian/control (limited to 'externals/debian/control') diff --git a/externals/debian/control b/externals/debian/control new file mode 100644 index 00000000..e968af24 --- /dev/null +++ b/externals/debian/control @@ -0,0 +1,34 @@ +Source: pd-externals +Section: unknown +Priority: optional +Maintainer: Guenter Geiger +Build-Depends: debhelper (>> 3.0.0), pd, libsndobj-dev +Standards-Version: 3.5.2 + +Package: pd-externals +Architecture: any +Depends: pd, ${shlibs:Depends} +Description: pd external collection + This is a collection of pd externals (plugins for the pure data software + synthesizer). The collection includes tons of well known pd externals. + +Package: zexy +Architecture: any +Depends: pd, ${shlibs:Depends} +Description: zexy library for pd + Zexy is a library that you can load into pd (the pure data software + synthesizer). Zexy provides additional functionality to pd. + +Package: flext +Architecture: any +Depends: pd, ${shlibs:Depends} +Description: flext C++ external layer for pd + Flext is a C++ layer for programming pd externals + +Package: pd-osc +Architecture: any +Depends: pd, ${shlibs:Depends} +Description: Open Sound Control Support for PD + Open Sound Control is a protocol designed for remote controlling + sound applications. + -- cgit v1.2.1