diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0f2108c --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: pd-libdir +Section: libs +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-dev +Standards-Version: 3.9.1 +Homepage: http://puredata.info + +Package: pd-libdir +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Description: provides support for the libdir library format for Pd + The 'libdir' loader is a Pure Data loader which supports the libdir + library format. The libdir library format aims to be a common + library format for Pd which works with objects written in any + language, including Pd. This library format was designed to be easy + to create, install, and use. It should work when installed into the + global path (i.e. pd/extra) or when copied locally into a project + folder. It should work with objects written in any supported language + (i.e. binaries, .pd, and the various loaders like pdlua and + tclpd). Also, starting with Pd 0.43 and Pd-extended 0.42, the Help + Browser dynamically builds itself based on the libraries that are + installed. |