aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-07 16:57:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-07 16:57:22 +0000
commit4b44403aebf7f8111f755ab622535e7a8bd7790b (patch)
tree16edd83aa9e3a0f133a3f86c9ee01fec7d4283c5 /debian/control
reorganized libdir loader into its own folder based on the Makefile library templatesvn2git-root
svn path=/trunk/externals/loaders/libdir/; revision=13981
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
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.