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 13:36:01 +0200 |
commit | 2c03a9d01a52318a4db544f68e361bea2e54d6a0 (patch) | |
tree | 9e2ead8c7b389c565850b51e08aaa34f05b2afdc | |
parent | 2015944d5c7468583b711a996aaca6846216c8af (diff) |
made pd-libdir a Debian dependency so that these libdirs can be loaded as libraries
svn path=/trunk/externals/bsaylor/; revision=14252
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index c755f5c..6df130a 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ Package: pd-bsaylor Architecture: any Depends: ${shlibs:Depends}, pd, - ${misc:Depends} -Recommends: pd-libdir + ${misc:Depends}, + pd-libdir Description: a library of FFT-based Pd objects by Ben Saylor bsaylor is a library of Pure Data objects by Benjamin Saylor: . |