From 4b44403aebf7f8111f755ab622535e7a8bd7790b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 7 Sep 2010 16:57:22 +0000 Subject: reorganized libdir loader into its own folder based on the Makefile library template svn path=/trunk/externals/loaders/libdir/; revision=13981 --- debian/control | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +Uploaders: Hans-Christoph Steiner +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. -- cgit v1.2.1