summaryrefslogtreecommitdiff
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
parent2b254757ac61dd98b6d5f13a0fc36e89a05d8458 (diff)
debian/control: Add dependencies.
darcs-hash:8d54630820cd022e0c2613585f95d807c1f85edd
-rw-r--r--debian/changelog2
-rw-r--r--debian/control6
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 8ab5313..54b184b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ cl-objective-cl (0.2.1-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
- -- Matthias Benkard <matthias@benkard.de> Fri, 07 Mar 2008 22:54:30 +0100
+ -- Matthias Andreas Benkard <matthias@benkard.de> Sat, 08 Mar 2008 01:54:55 +0100
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.