diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-09-13 15:47:46 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 13:36:00 +0200 |
commit | f30339870f5286a1dd312e9049191adc9b0a5d94 (patch) | |
tree | a70b9253245d3f5994a3c30d6d14bede093dbdc9 | |
parent | 6fb35986701bac90ae9e31aa872e6418a854db9e (diff) |
converted to one-dep-per-line style
svn path=/trunk/externals/bsaylor/; revision=14115
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 27ed87b..c755f5c 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,9 @@ Homepage: http://puredata.info Package: pd-bsaylor Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Depends: ${shlibs:Depends}, + pd, + ${misc:Depends} Recommends: pd-libdir Description: a library of FFT-based Pd objects by Ben Saylor bsaylor is a library of Pure Data objects by Benjamin Saylor: |