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 | f997813092cdb2cf484cc3c0ad069b8bde00efad (patch) | |
tree | fcb091c26bb025bb0e40e3958af8ea842be95a46 /debian/control | |
parent | 7122cbcb75880449bd9120b46813140586abd113 (diff) |
made pd-libdir a Debian dependency so that these libdirs can be loaded as libraries
svn path=/trunk/externals/sigpack/; revision=14252
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 3047e09..49e91ed 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Package: pd-sigpack Architecture: any Depends: ${shlibs:Depends}, pd, - ${misc:Depends} -Recommends: pd-libdir + ${misc:Depends}, + pd-libdir Description: signal processing effects library for Pd A collection of objects for Pd from weiss-archiv that mostly provide some signal processing functions like limiting, distortion, etc. They are called |