diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-08 11:58:01 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-08 11:58:01 +0100 |
commit | 41fdeae7911932fe6d4bfb5d4bd903a3d2a42846 (patch) | |
tree | fd62d6effd6d550711220c8363a2670096c98c9e /debian/control | |
parent | b37639798c64eda6c3bf31ef9a69fecaf009b930 (diff) |
Debian: Fix a number of packaging bugs.
darcs-hash:63388c926ac1c17af8c8b748049158b49cb9fa26
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 2392806..c168590 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: cl-objective-cl Priority: extra Maintainer: Matthias Andreas Benkard <matthias@benkard.de> Build-Depends: debhelper (>= 5), libffi-dev, gnustep-make, libgnustep-gui-dev -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Section: libs Package: cl-objective-cl Section: libs Architecture: all -Depends: ${misc:Depends}, cl-objective-cl-cffi (= ${Source-Version}), cl-cffi, cl-trivial-garbage, cl-split-sequence, cl-closer-mop +Depends: ${misc:Depends}, cl-objective-cl-cffi (>= ${source:Version}), cl-objective-cl-cffi (<< ${source:Version}.1~), cl-cffi, cl-trivial-garbage, cl-split-sequence, cl-closer-mop, cl-asdf, common-lisp-controller 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 |