From: Kevin M. Rosenberg Date: Tue, 11 Nov 2003 11:05:58 +0000 (+0000) Subject: r8138: Automated commit for uffi debian-version-1.4.0-1 X-Git-Tag: v1.6.1~159 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=da83a0e8f992489498643d6f00ca8aeae9d7e0fc r8138: Automated commit for uffi debian-version-1.4.0-1 --- diff --git a/debian/changelog b/debian/changelog index 86f6814..f09e67f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +cl-uffi (1.4.0-1) unstable; urgency=low + + * Make UFFI asdf-installable + + -- Kevin M. Rosenberg Tue, 11 Nov 2003 03:28:06 -0700 + +cl-uffi (1.3.9-1) unstable; urgency=low + + * Use local XSL files, add Debian-specific catalog + + -- Kevin M. Rosenberg Tue, 11 Nov 2003 00:12:34 -0700 + cl-uffi (1.3.8-1) unstable; urgency=low * Use XInclude for documentation diff --git a/debian/rules b/debian/rules index ff1a1d1..6423b2c 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. - (cd tests; make linux) + (cd tests; make) touch build-stamp clean: @@ -60,8 +60,8 @@ install: build dh_installdirs -p $(debpkg-tests) $(clc-tests)/tests $(lib-dir) dh_install -p $(debpkg-tests) $(pkg-tests).asd $(clc-tests) - dh_install -p $(debpkg-tests) "tests/*.lisp" $(clc-tests)/tests - dh_install -p $(debpkg-tests) "tests/uffi-c-test-lib.so" $(lib-dir) + dh_install -p $(debpkg-tests) tests/*.lisp tests/*.c $(clc-tests)/tests + dh_install -p $(debpkg-tests) tests/uffi-c-test-lib.so $(lib-dir) dh_link -p $(debpkg-tests) $(clc-tests)/$(pkg-tests).asd $(clc-systems)/$(pkg-tests).asd # Build architecture-independent files here.