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 | 2caa5243e1dfe19fef429de5a9fc0d1621493083 (patch) | |
tree | e10e4a7d8c3948078a7628126aa684c148f1dd4d /debian/control | |
parent | 561de7e238d59318cdcf46d61f6372134ad22752 (diff) |
converted to one-dep-per-line style
svn path=/trunk/externals/smlib/; revision=14115
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d1a5770..37858a5 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-smlib Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Depends: ${shlibs:Depends}, + pd, + ${misc:Depends} Recommends: pd-libdir Description: Signal processing library for Mapping, for Pd Signal processing for Mapping - a LIBrary with vector and number stream |