r2826: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 23 Sep 2002 06:54:22 +0000 (06:54 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 23 Sep 2002 06:54:22 +0000 (06:54 +0000)
debian/changelog
debian/postinst.template

index 7385889e278c6c5e21bcb2b6b7bbb1fbb3466578..68ff84cb851c70bd6dc95339d177e3e26924c599 100644 (file)
@@ -1,6 +1,6 @@
 cl-sql (0.9.3-2) unstable; urgency=low
 
-  * Add call to common-lisp-source-compatible
+  * Add call to common-lisp-only-compatible
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 22 Sep 2002 21:01:20 -0600
 
index a67ba93c132b8efd7572d9b66309910be69eb9f0..9d4e6b21e324d0b1f6cadb12d8df790ba352c958 100644 (file)
@@ -5,7 +5,7 @@ pkg=%%
 
 case "$1" in
     configure)
-       common-lisp-only-compatible $pkg allegro cmucl lispworks
+       common-lisp-only-compatible $pkg allegro cmucl lispworks openmcl
        register-common-lisp-source $pkg
        ;;
     abort-upgrade|abort-remove|abort-deconfigure)