X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=79388a134b60781de72d1fcaf48b3e7ecd230c32;hb=c4533c02d3f2ebd53178c93de2dee09ca39fe0e7;hp=ff1a1d14d3de49a3c198dfa234c527cf08483b46;hpb=992243fdab51a7a8520607776797643286f1831b;p=uffi.git diff --git a/debian/rules b/debian/rules index ff1a1d1..79388a1 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/*.so $(lib-dir) dh_link -p $(debpkg-tests) $(clc-tests)/$(pkg-tests).asd $(clc-systems)/$(pkg-tests).asd # Build architecture-independent files here.