X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=d163ddb24c7a22fb1604d16832131629cd845d92;hb=4ac92d423163d88b24caedd2ad0af0c84324d775;hp=c2d88f00333543d2412adf8cfca1f73a257ebf01;hpb=9ee4e475f45b42400c409747486f3ea93b660eb2;p=lml.git diff --git a/debian/rules b/debian/rules index c2d88f0..d163ddb 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,9 +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.system lml.asd $(clc-systems) - dh_install $(shell echo *.cl) $(clc-lml) + dh_install lml.asd $(shell echo *.lisp) $(clc-lml) dh_install $(shell echo doc/*.html) $(doc-dir) + dh_link $(clc-lml)/lml.asd $(clc-systems)/lml.asd # Build architecture-independent files here. binary-indep: build install @@ -58,7 +55,7 @@ binary-arch: build install dh_testroot # dh_installdebconf dh_installdocs - dh_installexamples doc/Makefile doc/make.cl $(shell echo doc/*.lml) + dh_installexamples doc/Makefile doc/make.lisp $(shell echo doc/*.lml) # dh_installmenu # dh_installlogrotate # dh_installemacsen