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

index 86f681497e87ebdc13c38bab8825f091412cef06..f09e67fb6373e83440ca0ac7d7602ee832ffdb5a 100644 (file)
@@ -1,3 +1,15 @@
+cl-uffi (1.4.0-1) unstable; urgency=low
+
+  * Make UFFI asdf-installable
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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 <kmr@debian.org>  Tue, 11 Nov 2003 00:12:34 -0700
+
 cl-uffi (1.3.8-1) unstable; urgency=low
 
   * Use XInclude for documentation
index ff1a1d14d3de49a3c198dfa234c527cf08483b46..6423b2cf779771bc925f85e552d39f346885a543 100755 (executable)
@@ -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.