r2903: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 30 Sep 2002 06:28:31 +0000 (06:28 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 30 Sep 2002 06:28:31 +0000 (06:28 +0000)
debian/changelog
debian/upload.sh

index 3e3e25abd8177050cf7e5d42e420882a51161cae..f275385cb9f2f001a2ac91698c0607adcc154ba2 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (0.9.7-1) unstable; urgency=low
+
+  * base/conditions.cl: Fix format string error
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 30 Sep 2002 00:13:36 -0600
+
 cl-sql (0.9.6-1) unstable; urgency=low
 
   * Remove cl-library logical hosts from load-library calls
 cl-sql (0.9.6-1) unstable; urgency=low
 
   * Remove cl-library logical hosts from load-library calls
index d38202ecad0899140135bb3628d58eeb6b963986..34221e8c5b7e783533c027fbb46f55446cc59c58 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash -e
 
 #!/bin/bash -e
 
-dup clsql -Uftp.med-info.com -D/home/ftp/clsql \
+dup clsql -Uftp.med-info.com -D/home/ftp/clsql -su \
     -C"(cd /opt/apache/htdocs/clsql.med-info.com; make install-doc)"
 
     -C"(cd /opt/apache/htdocs/clsql.med-info.com; make install-doc)"