diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2011-11-13 00:40:36 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2011-11-13 00:40:36 +0400 |
commit | 25d89827131b59457cd8c54d3fe9da85bf17f821 (patch) | |
tree | 7925adbb916f76a3335212d2a3abfd920866c96b | |
parent | 076e69430258b8a59d06a581981eafa34b0298dd (diff) | |
download | open-axiom-debian-25d89827131b59457cd8c54d3fe9da85bf17f821.tar.gz |
Typo
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | 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 <pashev.igor@gmail.com> Sun, 13 Nov 2011 00:32:54 +0400 + -- Igor Pashev <pashev.igor@gmail.com> 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 <pashev.igor@gmail.com> 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 |