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 | 83c97327196381bce8fdd81ecdbb4b71d0ea56fa (patch) | |
tree | 188350fd6aed4a85882aa8e4154369cf662f18ff /debian/control | |
parent | b712cf4b12b9b7ab8d341f87e80375254aceaf68 (diff) |
converted to one-dep-per-line style
svn path=/trunk/externals/hcs/; 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 dbcb7cf..01b688c 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 (>= 0.42.5-3.1~) +Build-Depends: debhelper (>= 7.0.50~), + puredata (>= 0.42.5-3.1~) Standards-Version: 3.9.1 Homepage: http://puredata.info Package: pd-hcs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Depends: ${shlibs:Depends}, + pd, + ${misc:Depends} Recommends: pd-libdir Description: a random grabbag of Pd objects by Hans-Christoph Steiner The 'hcs' library is a random grabbag of objects that are experiments |