diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2011-11-14 04:16:07 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2011-11-14 04:16:07 +0400 |
commit | 6a09b364672ca548498c22aeab6bdc7d83e2ebba (patch) | |
tree | 520216e3d64e50edc41222a25687094da4362110 | |
parent | 04313699cee8f725cee13a2d47579e058191a36f (diff) | |
download | open-axiom-debian-6a09b364672ca548498c22aeab6bdc7d83e2ebba.tar.gz |
Fixed GCL version
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 191a5a9..2c3a904 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,10 @@ Priority: optional Maintainer: Igor Pashev <pashev.igor@gmail.com> Build-Depends: debhelper ( >= 8 ), - 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], + 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], libxpm-dev, libxt-dev, help2man, |