summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2011-11-14 04:14:00 +0400
committerIgor Pashev <pashev.igor@gmail.com>2011-11-14 04:14:00 +0400
commit04313699cee8f725cee13a2d47579e058191a36f (patch)
treee2971273d0bd658c9333a80627b6089f2fc80987 /debian/control
parentb6a8699de9167c22440749c96ba89be75a85abb2 (diff)
downloadopen-axiom-debian-04313699cee8f725cee13a2d47579e058191a36f.tar.gz
Use GCL where SBCL unavailable (Clisp has issues)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d565f5a..191a5a9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,10 @@ Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends:
debhelper ( >= 8 ),
- sbcl ( >= 1:1.0.30 ) [i386, amd64, kfreebsd-amd64],
- clisp ( >= 1:2.44 ) [!i386, !amd64, !kfreebsd-amd64],
+ sbcl ( >= 1:1.0.30 )[ i386, amd64, kfreebsd-amd64],
+ gcl ( >= 1:2.44 ) [!i386, !amd64, !kfreebsd-amd64],
+ libreadline-dev [!i386, !amd64, !kfreebsd-amd64],
+ libncurses5-dev [!i386, !amd64, !kfreebsd-amd64],
libxpm-dev,
libxt-dev,
help2man,