From 25d89827131b59457cd8c54d3fe9da85bf17f821 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 13 Nov 2011 00:40:36 +0400 Subject: Typo --- debian/changelog | 4 ++-- debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 113936a..46dbf2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,10 +3,10 @@ open-axiom (1.4.1+svn~2463-1) unstable; urgency=low * New upstream version * Include directory 'contrib' in sources * Removed patch for system xpm.h (fixed in upstream) - * Use SBCL where available (currently i386, amd64, freebsd-amd64) + * Use SBCL where available (currently i386, amd64, kfreebsd-amd64) and CLISP otherwheres - -- Igor Pashev Sun, 13 Nov 2011 00:32:54 +0400 + -- Igor Pashev Sun, 13 Nov 2011 00:40:05 +0400 open-axiom (1.4.1+svn~2299+ds-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 6a57c9c..d58a5a6 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Priority: optional Maintainer: Igor Pashev Build-Depends: debhelper ( >= 8 ), - sbcl ( >= 1:1.0.30 ) [i386, amd64, freebsd-amd64], - clisp ( >= 2.44 ) [!i386, !amd64, !freebsd-amd64], + sbcl ( >= 1:1.0.30 ) [i386, amd64, kfreebsd-amd64], + clisp ( >= 2.44 ) [!i386, !amd64, !kfreebsd-amd64], libxpm-dev, libxt-dev, help2man, diff --git a/debian/rules b/debian/rules index 7c2e388..416fe8a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) # List of archs currently having SBCL -ifneq ($(filter $(DEB_HOST_ARCH), i386 amd64 freebsd-amd64),) +ifneq ($(filter $(DEB_HOST_ARCH), i386 amd64 kfreebsd-amd64),) LISP := sbcl else LISP := clisp -- cgit v1.2.3