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 | 8ae1287e5cff9d67e502d632ca2d6ddc9be23d2e (patch) | |
tree | 995dc4734e25af33e24650685a2424eee706ee68 | |
parent | 6475ff5c676a7f609f11bf99f66e0ca9dc4ebb19 (diff) |
made pd-libdir a Debian dependency so that these libdirs can be loaded as libraries
svn path=/trunk/externals/cxc/; revision=14252
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index e84e36b..e681664 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Package: pd-cxc Architecture: any Depends: ${shlibs:Depends}, pd, - ${misc:Depends} -Recommends: pd-libdir + ${misc:Depends}, + pd-libdir Description: pd externals library powered by zt0ln d4ta cxc is a library of Pd objects for random numbers and system tools. . |