From aa369b5e231cd56708e52deb57bb98b26ea26846 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 26 Jun 2013 23:59:42 +0400 Subject: Only SBCL, sorry --- debian/changelog | 5 +++-- debian/control | 6 +----- debian/rules | 11 ----------- 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 Wed, 29 May 2013 19:13:11 +0400 + -- Igor Pashev 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 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 -- cgit v1.2.3