summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-08 13:40:25 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-08 13:40:25 +0100
commit0f993744b99af86b7a01d3808d1236e0c53e8307 (patch)
tree27d54a2ff9b1a9b1e7aa0424161aca60a594f36f
parent41fdeae7911932fe6d4bfb5d4bd903a3d2a42846 (diff)
Debian: Minor improvements.
darcs-hash:8aa88b7bab42c6e828484e45c59fa456e258726d
-rwxr-xr-xdebian/buildpackage.sh5
-rw-r--r--debian/control2
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