summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-06-26 23:59:42 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-06-27 00:03:21 +0400
commitaa369b5e231cd56708e52deb57bb98b26ea26846 (patch)
treefdbb55a6a21505b154434e0e44be222fbba4d586
parenta45fdd3f3b492254002686a4ed636cdf44089d59 (diff)
downloadopen-axiom-debian-aa369b5e231cd56708e52deb57bb98b26ea26846.tar.gz
Only SBCL, sorry
-rw-r--r--debian/changelog5
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules11
3 files changed, 4 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog
index 36edf4e..9187042 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-open-axiom (1.5.0~svn3038-1) UNRELEASED; urgency=low
+open-axiom (1.5.0~svn3038-1) unstable; urgency=low
* New upstream version.
* Use xz compression for both source tarball and packages
@@ -8,8 +8,9 @@ open-axiom (1.5.0~svn3038-1) UNRELEASED; urgency=low
requires aclocal 1.13
* Do not patch configure.ac, but override variables in Makefiles (due to
automake 1.13 too)
+ * Only support SBCL, all other lisps cause FTBFS.
- -- Igor Pashev <pashev.igor@gmail.com> Wed, 29 May 2013 19:13:11 +0400
+ -- Igor Pashev <pashev.igor@gmail.com> Wed, 26 Jun 2013 23:59:10 +0400
open-axiom (1.4.1+svn~2626-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0c17ba6..b292f63 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,7 @@ Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
debhelper ( >= 8 ),
- sbcl ( >= 1:1.0.30 ) [ i386 amd64 kfreebsd-amd64],
- gcl ( >= 2.6.7 ) [!i386 !amd64 !kfreebsd-amd64],
- libreadline-dev [!i386 !amd64 !kfreebsd-amd64],
- libncurses5-dev [!i386 !amd64 !kfreebsd-amd64],
- libgmp-dev [!i386 !amd64 !kfreebsd-amd64],
+ sbcl ( >= 1:1.0.30 ),
libxpm-dev,
libxt-dev,
g++ (>= 4.7),
diff --git a/debian/rules b/debian/rules
index 0502dd8..5a04b23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,18 +9,7 @@ BUILD = $(CURDIR)/build-tree
LDFLAGS += -Wl,--as-needed
-# List of archs currently having SBCL
-# Keep build-deb on sbcl in one line: sbcl (...) [...],
-HAVE_SBCL := $(shell grep sbcl debian/control | sed -r 's,.*\[(.+)\].*,\1,')
-
-ifneq (,$(filter $(DEB_HOST_ARCH),$(HAVE_SBCL)))
LISP := sbcl
-else
-LISP := gcl
-endif
-
-# For experiments only:
-#LISP := ecl
oa_libdir := /usr/lib/open-axiom