r2181: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Jun 2002 14:39:38 +0000 (14:39 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 Jun 2002 14:39:38 +0000 (14:39 +0000)
debian/changelog
src/primitives.cl
upload.sh

index 44447362cd7a797bb98daa8f5c777e5476466294..fd434c5c419690d83674b9db22f2fbe2b8ea3491 100644 (file)
@@ -1,4 +1,4 @@
-cl-uffi (0.4.7-1) unstable; urgency=low
+cl-uffi (0.4.8-1) unstable; urgency=low
 
   * New upstream version
 
index d5e1e367b0b07262b45220e46dc5379d1a2a1821..7a57a949aa4c5d7352fd01f472b92977a4f8a354 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: primitives.cl,v 1.19 2002/06/27 05:46:39 kevin Exp $
+;;;; $Id: primitives.cl,v 1.20 2002/06/27 14:35:24 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -109,7 +109,7 @@ supports takes advantage of this optimization."
       (:cstring . (:reference-pass (:ef-mb-string :external-format :latin-1)
                                   :allow-null t))
       (:cstring-returning . (:reference (:ef-mb-string :external-format :latin-1) :allow-null t))
-      (:byte . :byte))
+      (:byte . :byte)
       (:unsigned-byte . (:unsigned :byte))
       (:char . :char)
       (:unsigned-char . (:unsigned :char))
index 76175827fa8f9e4faf79a12c504d6b00e9e43631..9fce7f102efa8ddf68cfc94f90bf6e6f9c766855 100755 (executable)
--- a/upload.sh
+++ b/upload.sh
@@ -47,7 +47,7 @@ if [ "${opt_upstream}" == "1" ]; then
 fi
 
 echo "Uploading to Debian site"
-DEBIAN_DIR=ftp.med-info.com:/home/ftp/pub/UploadQueue
+DEBIAN_DIR=ftp.med-info.com:/home/ftp/pub/debian/UploadQueue/.
 
 if [ "${opt_upstream}" == "1" ]; then
   echo "...Uploading original upstream archive"