diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..875a239 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: pd-sigpack +Section: sound +Priority: optional +Maintainer: Paul Brossier <piem@debian.org> +Build-Depends: debhelper (>= 7.0.50~), puredata +Standards-Version: 3.8.3 +Homepage: http://puredata.info + +Package: pd-sigpack +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Description: signal processing library from weiss-archiv + A collection of externals from weiss-archiv that mostly provide some signal + processing functions like limiting, distortion, etc. They are called chop~, + decimate~, diode~, foldback~, foldover~, freqdiv~, freqshift~, harmgen~, + rectify~, round~, saturate~, sieve~, split~, ustep~, and vowel~. |