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 | 505f3cb2dc0ae096db722b68f0e4475df1533bd2 (patch) | |
tree | 5d34f1d3a770527e4e902c8744f95fec863bfc3d /debian/control | |
parent | de51ef0477b237d4a00346f638b9efdad9693450 (diff) |
converted to one-dep-per-line style
svn path=/trunk/externals/sigpack/; 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 252b3d4..3047e09 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://www.weiss-archiv.de/pure-data.htm Package: pd-sigpack Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Depends: ${shlibs:Depends}, + pd, + ${misc:Depends} Recommends: pd-libdir Description: signal processing effects library for Pd A collection of objects for Pd from weiss-archiv that mostly provide some |