From 0f993744b99af86b7a01d3808d1236e0c53e8307 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 8 Mar 2008 13:40:25 +0100 Subject: Debian: Minor improvements. darcs-hash:8aa88b7bab42c6e828484e45c59fa456e258726d --- debian/buildpackage.sh | 5 +++-- debian/control | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/buildpackage.sh b/debian/buildpackage.sh index 862eda0..e043dae 100755 --- a/debian/buildpackage.sh +++ b/debian/buildpackage.sh @@ -1,6 +1,6 @@ #! /bin/sh -TMPDIR=PACKAGES +TMPDIR=PACKAGE-BUILD VERSION=`grep -e "^VERSION =" version.make | sed "s/^.*= //"` mkdir -p "$TMPDIR" @@ -14,7 +14,8 @@ chmod +x debian/rules cd .. tar czf "cl-objective-cl_${VERSION}.orig.tar.gz" "objective-cl-${VERSION}" cd "objective-cl-${VERSION}" -dpkg-buildpackage -rfakeroot +#dpkg-buildpackage -rfakeroot +debuild cd .. rm -rf "objective-cl-${VERSION}" cd .. diff --git a/debian/control b/debian/control index c168590..c8a8bc5 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Package: cl-objective-cl Section: libs Architecture: all 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 +Suggests: cl-objective-cl-doc 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 @@ -24,6 +25,7 @@ Package: cl-objective-cl-cffi Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: cl-objective-cl Description: Architecture-dependent files needed by Objective-CL Objective-CL lets a Lisp programmer make use of Objective-C frameworks by providing a bridge that neatly integrates Objective-C classes and -- cgit v1.2.3