~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to debian/control.cvs

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: gclcvs
 
2
Section: interpreters
 
3
Priority: optional
 
4
Maintainer: Camm Maguire <camm@enhanced.com>
 
5
Build-Depends: debhelper ( >= 4.1.0 ), emacs21 | emacsen, libreadline4-dev, m4, tk8.4-dev, tetex-bin, texinfo, binutils-dev, libgmp3-dev, autotools-dev
 
6
Standards-Version: 3.6.1
 
7
 
 
8
Package: gclcvs
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}, ${gcc}
 
11
Suggests: gclcvs-doc
 
12
Description: GNU Common Lisp compiler, CVS snapshot
 
13
 GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter
 
14
 implemented in C, and complying mostly with the standard set 
 
15
 forth in the book "Common Lisp, the Language I".  It attempts
 
16
 to strike a useful middle ground in performance and portability
 
17
 from its design around C.
 
18
 .
 
19
 This package contains the Lisp system itself.  Documentation 
 
20
 is provided in the gclcvs-doc package.
 
21
 
 
22
Package: gclcvs-doc
 
23
Section: doc
 
24
Architecture: all
 
25
Conflicts: gclinfo
 
26
Replaces: gclinfo
 
27
Description: Documentation for GNU Common Lisp, CVS snapshot
 
28
 GNU Common Lisp (GCL) is a Common Lisp compiler and interpreter
 
29
 implemented in C, and complying mostly with the standard set 
 
30
 forth in the book "Common Lisp, the Language I".  It attempts
 
31
 to strike a useful middle ground in performance and portability
 
32
 from its design around C.
 
33
 .
 
34
 This package contains Documentation in info format of both the
 
35
 system internals, as well as the graphical interface currently
 
36
 implemented in Tcl/Tk.