diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-02 14:09:33 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | 1577d2165b9ba328fe4618c8d63c37aa93430884 (patch) | |
tree | 73b194a32e76f41d593fe158a0b04a0f15f1a88e | |
parent | fbeeaa96511e7cbb3b212fc73306b90c32ffcbd0 (diff) |
made pd-libdir a Debian dependency so that these libdirs can be loaded as libraries
svn path=/trunk/abstractions/purepd/; revision=14252
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index f56b914..80e7add 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Package: pd-purepd Architecture: all Depends: ${shlibs:Depends}, pd, - ${misc:Depends} -Recommends: pd-libdir + ${misc:Depends}, + 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 using only objects that are included in puredata. The idea is to provide |