r8141: Automated commit for uffi debian-version-1.4.2-1
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 11 Nov 2003 11:52:11 +0000 (11:52 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 11 Nov 2003 11:52:11 +0000 (11:52 +0000)
debian/changelog
debian/rules

index f09e67fb6373e83440ca0ac7d7602ee832ffdb5a..f4cdac015649de4a877baed08f3d3353aa247d3c 100644 (file)
@@ -1,3 +1,15 @@
+cl-uffi (1.4.2-1) unstable; urgency=low
+
+  * Yet another attempt for asdf-install
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 11 Nov 2003 04:51:24 -0700
+
+cl-uffi (1.4.1-1) unstable; urgency=low
+
+  * Fix for asdf-install
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 11 Nov 2003 04:29:27 -0700
+
 cl-uffi (1.4.0-1) unstable; urgency=low
 
   * Make UFFI asdf-installable
index 6423b2cf779771bc925f85e552d39f346885a543..79388a134b60781de72d1fcaf48b3e7ecd230c32 100755 (executable)
@@ -61,7 +61,7 @@ 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 tests/*.c $(clc-tests)/tests
-       dh_install -p $(debpkg-tests) tests/uffi-c-test-lib.so $(lib-dir)
+       dh_install -p $(debpkg-tests) tests/*.so $(lib-dir)
        dh_link -p $(debpkg-tests) $(clc-tests)/$(pkg-tests).asd $(clc-systems)/$(pkg-tests).asd
 
 # Build architecture-independent files here.