X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=d1abbd536461145565617e96c5479785ee1956cb;hb=d5efacf3fe09226f7945730a433f5931c95b709c;hp=36fca29f1ef617b6b5832ae100fa38f41179ffd1;hpb=5559792b52819370c47ec865053216ec91ae81e2;p=lml.git diff --git a/debian/rules b/debian/rules index 36fca29..d1abbd5 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,6 @@ configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. - touch configure-stamp @@ -25,9 +24,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir - # Add here commands to compile the package. - touch build-stamp clean: @@ -44,8 +41,9 @@ install: build dh_clean -k # Add here commands to install the package into debian/lml. dh_installdirs $(clc-systems) $(clc-lml) $(doc-dir) - dh_install lml.asd $(shell echo *.lisp) $(clc-lml) + dh_install lml.asd lml-base.asd $(shell echo *.lisp) $(clc-lml) dh_install $(shell echo doc/*.html) $(doc-dir) + dh_link $(clc-lml)/lml-base.asd $(clc-systems)/lml-base.asd dh_link $(clc-lml)/lml.asd $(clc-systems)/lml.asd # Build architecture-independent files here.