From 992243fdab51a7a8520607776797643286f1831b Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 5 May 2003 14:56:46 +0000 Subject: [PATCH] r4806: Auto commit for Debian build --- debian/changelog | 7 +++++++ debian/control | 4 ++-- debian/rules | 2 +- tests/foreign-loader.lisp | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7db4a52..27859e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 5 May 2003 08:53:30 -0600 + cl-uffi (1.2.13-1) unstable; urgency=low * Fix getenv test diff --git a/debian/control b/debian/control index 7730ed7..357ca00 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg 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. diff --git a/debian/rules b/debian/rules index a96513c..ff1a1d1 100755 --- a/debian/rules +++ b/debian/rules @@ -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: diff --git a/tests/foreign-loader.lisp b/tests/foreign-loader.lisp index 07977ea..9351fb7 100644 --- a/tests/foreign-loader.lisp +++ b/tests/foreign-loader.lisp @@ -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")) -- 2.34.1