diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2b71906 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: pd-plugin +Section: sound +Priority: optional +Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org> +Uploaders: Hans-Christoph Steiner <hans@eds.org> +Build-Depends: debhelper (>= 7.0.50~), puredata +Standards-Version: 3.9.1 +Homepage: http://puredata.info + +Package: pd-plugin +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Description: LADSPA and VST plug-in hosting for Pd + This is a Pd tilde object for hosting LADSPA audio plug-ins. The + LADSPA plug-in interface is supported completely. The object will + search your LADSPA path for plugins, which are loadable by name as an + argument to the plugin~ object. |