r8147: new version
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 11 Nov 2003 12:30:38 +0000 (12:30 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 11 Nov 2003 12:30:38 +0000 (12:30 +0000)
clsql-aodbc.asd
clsql-oracle.asd
debian/changelog

index 775e2b45ed9beaec88cf555a0ea3d362d8e62f98..8372ccce42a45a5324f4e8fe9fa2a302c003259f 100644 (file)
@@ -34,3 +34,6 @@
              ((:file "aodbc-package")
               (:file "aodbc-sql" :depends-on ("aodbc-package")))))
     :depends-on (:clsql-base))
+
+#-(and allegro (not allegro-cl-trial))
+(defsystem clsql-aodbc)
index 628fd61bb123d850dc8f3aa80e89432aa9eb09d4..92b7059fad79da69fcbfbd7055824b4ca0b6e9cf 100644 (file)
@@ -8,7 +8,7 @@
 
 ;;; System definition
 
-#+(or allegro lispworks cmu sbcl openmcl mcl scl)
+#+cmu
 (defsystem clsql-oracle
   :name "cl-sql-oracle"
   :author "Kevin M. Rosenberg <kmr@debian.org>"
@@ -28,3 +28,6 @@
               (:file "oracle-sql" :depends-on ("oracle" "alien-resources"))
               (:file "oracle-objects" :depends-on ("oracle-sql")))))
     :depends-on (:clsql-base))
+
+#-cmu
+(defsystem clsql-oracle)
index ea13d7b103bda85a94e0c49bc489d9c4532717ee..d02fc72d7361d58ba1e155ede3652248c3283e82 100644 (file)
@@ -1,3 +1,15 @@
+cl-sql (1.7.9-1) unstable; urgency=low
+
+  * Add missing documentation file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 11 Nov 2003 05:30:23 -0700
+
+cl-sql (1.7.8-1) unstable; urgency=low
+
+  * Convert documentation to XML format
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 11 Nov 2003 01:20:20 -0700
+
 cl-sql (1.7.7-1) unstable; urgency=low
 
   * Fix dependency for allegro-cl-trial for clsql-tests