X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=980801e80a8b86bda98a7a18ba3d5a9ad566993f;hb=3ef5aa17b545f5275fece4bb5f6be45124c8d6cc;hp=c3d4775f09c116ffc4f9df10d2753b841b6ebf9b;hpb=b1bd6d92c2525f8ea9b05a784e22a0ba88b61559;p=lml.git diff --git a/debian/rules b/debian/rules index c3d4775..980801e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - pkg := lml debpkg := cl-lml @@ -17,7 +15,6 @@ configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. - touch configure-stamp @@ -25,9 +22,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir - # Add here commands to compile the package. - touch build-stamp clean: @@ -44,8 +39,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 @@ -57,7 +53,7 @@ binary-arch: build install dh_testroot # dh_installdebconf dh_installdocs -# dh_installexamples + dh_installexamples doc/Makefile doc/make.lisp $(shell echo doc/*.lml) # dh_installmenu # dh_installlogrotate # dh_installemacsen