diff options
author | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-11-06 18:44:39 +0000 |
---|---|---|
committer | Guenter Geiger <ggeiger@users.sourceforge.net> | 2002-11-06 18:44:39 +0000 |
commit | 3d60efd1619e57e5de9ba070a2b7331e55cf0932 (patch) | |
tree | d47f7fecffcb3e68bd006c955bfc83101e8dd72a /externals/debian/control | |
parent | 12b91ec71c60f61f97a32fb63e7936fc651a8b0e (diff) |
added debian build system
svn path=/trunk/; revision=205
Diffstat (limited to 'externals/debian/control')
-rw-r--r-- | externals/debian/control | 34 |
1 files changed, 34 insertions, 0 deletions
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 <geiger@debian.org> +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. + |