diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-07 16:52:17 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | 3bec9eb02f9c57d361773413ec504ebce7ea1460 (patch) | |
tree | 9ec5e2f96766308db6f345013eadeb534f66af94 | |
parent | 9168e8a26d9704af751c2cd42224ab13fbbc843e (diff) |
added other pd libs to Depends:
svn path=/trunk/abstractions/purepd/; revision=14292
-rw-r--r-- | debian/control | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 80e7add..116679e 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,10 @@ Package: pd-purepd Architecture: all Depends: ${shlibs:Depends}, pd, - ${misc:Depends}, - pd-libdir + pd-libdir, + pd-pddp, + pd-list-abs, + ${misc:Depends} Description: a library of standard objects re-implemented using Pd-vanilla This is a library focused on re-implementing existing objects written in C using only objects that are included in puredata. The idea is to provide |