diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-13 15:47:46 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-13 15:47:46 +0000 |
commit | 5f19cbf19062532dade24892655830f3061c2c73 (patch) | |
tree | 710a2d218d500107d1f5084454326908f48631ee | |
parent | 0a3d7f0a37c66f46b0def5ae9b2cf19d5005d4e1 (diff) |
converted to one-dep-per-line style
svn path=/trunk/externals/ekext/; revision=14115
-rw-r--r-- | debian/control | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 48d41a2..34149d2 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,16 @@ 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 +Build-Depends: debhelper (>= 7.0.50~), + puredata Standards-Version: 3.9.1 Homepage: http://puredata.info Package: pd-ekext Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Depends: ${shlibs:Depends}, + pd, + ${misc:Depends} Recommends: pd-libdir Description: Pd objects for music information retrieval and polyphony control This library is a collection of objects for analyzing audio to get musical |