X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Fdebian%2Frules;h=ff93e37763662afe73cf93b169eaf1e11daf6e6a;hb=ffe053ab486b6e503513cf57f5321c61bd38b9c2;hp=c0a9dbeeb997fd379f8ee385d9330db579d00740;hpb=7685dfd68f3f0dc2e75a19ee4bdbba701ff0ac74;p=lml.git diff --git a/2/debian/rules b/2/debian/rules index c0a9dbe..ff93e37 100755 --- a/2/debian/rules +++ b/2/debian/rules @@ -3,14 +3,12 @@ pkg := lml2 debpkg := cl-lml2 - clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-lml2 := $(clc-source)/$(pkg) doc-dir := usr/share/doc/$(debpkg) - configure: configure-stamp configure-stamp: dh_testdir @@ -39,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