[Bug 224624] Re: Package should depend on sbcl

2008-05-31 Thread Chet Gray
StumpWM doesn't technically need sbcl. It needs an implementation of Common Lisp, and CLX (the Common Lisp X interface, basically Xlib for Common Lisp). The stumpwm package Depends on common-lisp-controller, which helps with making sure there's a CL compiler, and cl-clx-sbcl | cmucl-source |

[Bug 224624] Re: Package should depend on sbcl

2008-05-31 Thread Chet Gray
/usr/bin/stumpwm contains: load_lisp() { case $1 in cmucl) lisp -eval $EVAL_LOAD $EVAL_RUN ;; sbcl) sbcl --eval $EVAL_LOAD --eval $EVAL_RUN ;; clisp) clisp -x $EVAL_LOAD $EVAL_RUN

[Bug 224624] Re: Package should depend on sbcl

2008-05-31 Thread Chet Gray
stumpwm should Depend on sbcl | cmucl | clisp ** Changed in: stumpwm (Ubuntu) Status: New = Confirmed -- Package should depend on sbcl https://bugs.launchpad.net/bugs/224624 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --