summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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