summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-08 02:07:30 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-08 02:07:30 +0100
commit1b4a2d1740e2741e898d3e332ccabf14cb6135c8 (patch)
tree440987c6822b6e8b7f144a512890c3a92ea901ad /debian/control
parent2b254757ac61dd98b6d5f13a0fc36e89a05d8458 (diff)
debian/control: Add dependencies.
darcs-hash:8d54630820cd022e0c2613585f95d807c1f85edd
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 09d3d32..2392806 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
Source: cl-objective-cl
Priority: extra
-Maintainer: Matthias Benkard <matthias@benkard.de>
+Maintainer: Matthias Andreas Benkard <matthias@benkard.de>
Build-Depends: debhelper (>= 5), libffi-dev, gnustep-make, libgnustep-gui-dev
Standards-Version: 3.7.2
Section: libs
@@ -8,7 +8,7 @@ Section: libs
Package: cl-objective-cl
Section: libs
Architecture: all
-Depends: ${misc:Depends}, cl-objective-cl-cffi (= ${Source-Version})
+Depends: ${misc:Depends}, cl-objective-cl-cffi (= ${Source-Version}), cl-cffi, cl-trivial-garbage, cl-split-sequence, cl-closer-mop
Description: A portable Objective-C bridge for Common Lisp
Objective-CL lets a Lisp programmer make use of Objective-C frameworks
by providing a bridge that neatly integrates Objective-C classes and
@@ -48,4 +48,4 @@ Description: Documentation for Objective-CL
is therefore suitable for GNUstep and Cocoa programmers alike. It is
not tied to any particular Lisp compiler, either.
.
- This package contains the architecture-dependent Objective-C glue code.
+ This package contains the reference manual in HTML format.