aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 888e55a..0000000
--- a/debian/control
+++ /dev/null
@@ -1,27 +0,0 @@
-Source: pd-libdir
-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 (<< 0.43),
- quilt (>= 0.46-7~)
-Standards-Version: 3.9.1
-Homepage: http://puredata.info
-
-Package: pd-libdir
-Architecture: any
-Depends: ${shlibs:Depends},
- pd,
- ${misc:Depends}
-Recommends: pd-import
-Enhances: puredata
-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).