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 | 260308861a2a64552d68791475e358cabb89b9b1 (patch) | |
tree | 243a5453b39c16af515bab8ce53c65d4308aecd3 /debian | |
parent | 68665e3588170aa35511bd5ba8ec00840d7d0a6a (diff) |
converted to one-dep-per-line style
svn path=/trunk/externals/windowing/; revision=14115
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/control b/debian/control index ee3f423..65e5d29 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://crca.ucsd.edu/~jsarlo/pd/ Package: pd-windowing Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Depends: ${shlibs:Depends}, + pd, + ${misc:Depends} Recommends: pd-libdir Description: a library of windowing functions in Pd The windowing library provides Pd objects for a list of standard windowing |