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 14:40:10 +0200 |
commit | 72d35ce136383f25fb62f451be8602506b48ab4a (patch) | |
tree | 971d29c4990d440f11afac9b7e258fd72aff9236 | |
parent | 60bbb53dd9df75ba087c80c4f2e72df0d5aa2e9e (diff) |
converted to one-dep-per-line style
svn path=/trunk/abstractions/purepd/; revision=14115
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 95f52dd..f56b914 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,9 @@ Homepage: http://puredata.info Package: pd-purepd Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, pd +Depends: ${shlibs:Depends}, + pd, + ${misc:Depends} Recommends: pd-libdir Description: a library of standard objects re-implemented using Pd-vanilla This is a library focused on re-implementing existing objects written in C |