diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..95b7816 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: pd-pan +Section: sound +Priority: optional +Maintainer: Paul Brossier <piem@debian.org> +Build-Depends: debhelper (>= 7.0.50~), puredata (>= 0.42.5-3.1~) +Standards-Version: 3.8.3 +Homepage: http://puredata.info + +Package: pd-pan +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Description: a library of stereo panning algorithms + A library of stereo panning algorithms from various sources, including equal + power panning and linear panning. |