aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-02 14:09:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-02 14:09:33 +0000
commite1245deccf92c6fa1d00728918e3b94d2f368cd7 (patch)
tree10bbff2556d6375854d19e1984792962db715232
parentac49da33dbc111f747828dfae062e017579f2bb3 (diff)
made pd-libdir a Debian dependency so that these libdirs can be loaded as libraries
svn path=/trunk/abstractions/jmmmp/; revision=14252
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 43b33f8..a5eaa66 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Package: pd-jmmmp
Architecture: all
Depends: ${shlibs:Depends},
pd,
- ${misc:Depends}
-Recommends: pd-libdir
+ ${misc:Depends},
+ pd-libdir
Description: a collection of Pd GUI objects for musical performance
jmmmp is a collection of GUI objects for musical performance, including
controlling the DAC, volume, debugging, linking up with other programs, etc.