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 | f14a40f2829378a0d572511737f425a573b5dcf2 (patch) | |
tree | b1acfeb809e26f48fed48fd1b3da28d2f700aa4d /debian/control | |
parent | 28f3e92be4d716c9529773171df2b9ca9bde7383 (diff) |
made pd-libdir a Debian dependency so that these libdirs can be loaded as libraries
svn path=/trunk/externals/hcs/pan/; 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 495eecb..08cf559 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ Package: pd-pan Architecture: all Depends: ${shlibs:Depends}, pd, - ${misc:Depends} -Recommends: pd-libdir + ${misc:Depends}, + pd-libdir Description: a library of stereo panning algorithms for Pd A library of stereo panning algorithms from various sources, including equal power panning and linear panning. |