X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=ff93e37763662afe73cf93b169eaf1e11daf6e6a;hb=cd7657d502de822c899ad08d7e37dd6e778f3d26;hp=335ea03cd7375f2fbec11d4510b07a731388d0e9;hpb=02354347ea4a2890194d2e09d35dfaf0f8bce458;p=lml2.git diff --git a/debian/rules b/debian/rules index 335ea03..ff93e37 100755 --- a/debian/rules +++ b/debian/rules @@ -37,8 +37,9 @@ install: build dh_clean -k # Add here commands to install the package into debian/lml2. dh_installdirs $(clc-systems) $(clc-lml2) $(doc-dir) - dh_install lml2.asd $(shell echo *.lisp) $(clc-lml2) + dh_install lml2.asd lml2-tests.asd $(shell echo *.lisp) $(clc-lml2) dh_link $(clc-lml2)/lml2.asd $(clc-systems)/lml2.asd + dh_link $(clc-lml2)/lml2-tests.asd $(clc-systems)/lml2-tests.asd # Build architecture-independent files here. binary-indep: build install