r4806: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 5 May 2003 14:56:46 +0000 (14:56 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 5 May 2003 14:56:46 +0000 (14:56 +0000)
debian/changelog
debian/control
debian/rules
tests/foreign-loader.lisp

index 7db4a524c8807ce0d0ff08742503bf75477d5ed5..27859e2fafc4554d2d11a01921cbeb34d5687ba9 100644 (file)
@@ -1,3 +1,10 @@
+cl-uffi (1.2.14-1) unstable; urgency=low
+
+  * New upstream
+  * Add to debhelper to depends (closes:192001)
+  
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  5 May 2003 08:53:30 -0600
+
 cl-uffi (1.2.13-1) unstable; urgency=low
 
   * Fix getenv test
index 7730ed7760c2e0ec65c09df64a58d35a43e4d1a9..357ca00741c9f05ca33d9201f5952356dc550d9f 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: debhelper (>= 4.0.0)
-Build-Depends: zlib1g-dev
+Build-Depends: zlib1g-dev,debhelper (>= 4.0.0)
 Standards-Version: 3.5.9.0
 
 Package: cl-uffi
@@ -21,4 +21,4 @@ Architecture: any
 Depends: common-lisp-controller (>= 3.37), cl-uffi, zlib1g
 Description: Regression tests for UFFI Common Lisp Library
  This is a test of regression tests for UFFI. Besides providing
- testing for UFI, they serve as an example of UFFI usage.
+ testing for UFFI, the tests serve as an example of UFFI usage.
index a96513c130bf4a17643be4d7b5702ac1a03d1731..ff1a1d14d3de49a3c198dfa234c527cf08483b46 100755 (executable)
@@ -11,7 +11,7 @@ clc-systems   := usr/share/common-lisp/systems
 clc-files      := $(clc-source)/$(pkg)
 clc-tests      := $(clc-source)/$(pkg-tests)
 doc-dir                := usr/share/doc/$(debpkg)
-lib-dir                := usr/lib
+lib-dir                := usr/lib/uffi
 
 configure: configure-stamp
 configure-stamp:
index 07977ea87a71d96ab07eec97816a6db3571012dd..9351fb76b7571e16346c0a43a512b13b5a9647ab 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: foreign-loader.lisp,v 1.1 2003/05/02 02:54:55 kevin Exp $
+;;;; $Id: foreign-loader.lisp,v 1.2 2003/05/05 14:56:46 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -38,7 +38,7 @@
 (unless (uffi:load-foreign-library 
         (uffi:find-foreign-library "uffi-c-test-lib" 
                                    (list *load-truename*
-                                         "/usr/lib/"))
+                                         "/usr/lib/uffi/"))
         :supporting-libraries '("c"))
   (warn "Unable to load uffi-c-test-lib library"))