diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-02 14:09:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-02 14:09:33 +0000 |
commit | b5ae223e18434df43a0d6b1534bac961c9262d96 (patch) | |
tree | be5cade6360757f8579cab823750688e7afe9233 /debian | |
parent | ba13c210e04a6d366db903f85517355fba8ac3a0 (diff) |
made pd-libdir a Debian dependency so that these libdirs can be loaded as libraries
svn path=/trunk/externals/smlib/; revision=14252
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 37858a5..fde6351 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Package: pd-smlib Architecture: any Depends: ${shlibs:Depends}, pd, - ${misc:Depends} -Recommends: pd-libdir + ${misc:Depends}, + pd-libdir Description: Signal processing library for Mapping, for Pd Signal processing for Mapping - a LIBrary with vector and number stream processing objects for Pd, enhancing this language with objects for rapid |