X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=c2dc030777ca5a483a3a7557d2c7a2ba5545187d;hb=553f795e169ff3b689ad5f8c7164eb59008a78fd;hp=3ff626b0e8e580ee0765a4ec49db26e7232ef73b;hpb=15694e94b48c2d8c7f9598fa5fcdaf451b7931c6;p=lml2.git diff --git a/debian/rules b/debian/rules index 3ff626b..c2dc030 100755 --- a/debian/rules +++ b/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,20 +37,16 @@ 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 $(shell echo doc/*.html) $(doc-dir) + 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 - - -# Build architecture-dependent files here. -binary-arch: build install dh_testdir dh_testroot # dh_installdebconf - dh_installdocs + dh_installdocs doc/readme.html dh_installexamples doc/Makefile doc/make.lisp $(shell echo doc/*.lml) # dh_installmenu # dh_installlogrotate @@ -64,7 +58,7 @@ binary-arch: build install # dh_installman # dh_installinfo # dh_undocumented - dh_installchangelogs + dh_installchangelogs ChangeLog dh_strip dh_compress dh_fixperms @@ -76,6 +70,6 @@ binary-arch: build install dh_md5sums dh_builddeb -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +binary: binary-indep +.PHONY: build clean binary-indep binary install configure