diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-02-28 04:00:15 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-02-28 04:00:15 +0000 |
commit | dacd6c6187c9f71164d4713741a953e745a73c2b (patch) | |
tree | 59913e2bfdceae8ea202405986cc24de979a60de /packages/linux_make/debian/control | |
parent | cd16d0ce4593727bc082e72098338f1a1ec27017 (diff) |
added lua5.1 to Depends: since pdlua requires it, and things like gdebi ignore Recommends:
svn path=/trunk/; revision=16035
Diffstat (limited to 'packages/linux_make/debian/control')
-rw-r--r-- | packages/linux_make/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux_make/debian/control b/packages/linux_make/debian/control index 6f63275a..a9c7e846 100644 --- a/packages/linux_make/debian/control +++ b/packages/linux_make/debian/control @@ -6,7 +6,7 @@ Maintainer: Hans-Christoph Steiner <hans@eds.org> Homepage: http://puredata.info Package: pd-extended Architecture: i386 -Depends: xterm | x-terminal-emulator, ttf-dejavu-core, tk8.5 +Depends: xterm | x-terminal-emulator, ttf-dejavu-core, tk8.5, lua5.1 Provides: pd Recommends: xdg-utils, puredata-dev, puredata-utils, pulseaudio-utils, x-ttcidfont-conf, tcllib Conflicts: pdextended, cyclist, puredata (<< 0.43) |