~ubuntu-branches/ubuntu/dapper/cedilla/dapper

« back to all changes in this revision

Viewing changes to debian/run-cedilla

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2005-10-03 08:44:20 UTC
  • Revision ID: james.westby@ubuntu.com-20051003084420-b7orjpx95udg0oa3
Tags: 0.5-2
* Cleared up description
* Now depends on clisp > 2.35-2 Closes: #329470
* Upstream changed the manpage. Closes: #329471
* Make Cedilla quieter. Should solve the problem of 
  unwanted output. (Closes: #329119)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/clisp -ansi -q -q
 
2
 
 
3
(let ((*load-verbose* nil)
 
4
      (*load-print* nil)
 
5
      (*compile-verbose* nil)
 
6
      (*compile-print* nil)
 
7
      (clc:*clc-quiet* t))
 
8
  (clc:clc-require :cedilla)
 
9
  (load "/etc/cedilla-config.lisp"))
 
10
(cedilla:cedilla-main)