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 | 748b5106922d405526b020da5bc90f8c09837363 (patch) | |
tree | 95d8336b09e26da342fd6e07a01677b239dab968 /debian | |
parent | 4f81deaac85ff383820261e579e574fc469885e4 (diff) |
made pd-libdir a Debian dependency so that these libdirs can be loaded as libraries
svn path=/trunk/externals/mjlib/; revision=14252
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index eeaf9e2..4618e4a 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Package: pd-mjlib Architecture: any Depends: ${shlibs:Depends}, pd, - ${misc:Depends} -Recommends: pd-libdir + ${misc:Depends}, + pd-libdir Description: library of Pd objects for composing music A library of objects for composing music written by Mark Williamson. . |