X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=8ee6693af07db128624ee3ccd96b6cea3ee29eb1;hb=HEAD;hp=cf07a520165278c887def0f2baf252c9931ce396;hpb=43a47b249717a072f77ab32bf37f2136447c0a8f;p=kmrcl.git diff --git a/debian/rules b/debian/rules index cf07a52..c0b8fb1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,32 +1,33 @@ #!/usr/bin/make -f pkg := kmrcl -pkg-tests := $(pkg)-tests debpkg := cl-$(pkg) clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-files := $(clc-source)/$(pkg) -clc-tests := $(clc-source)/$(pkg-tests) tests-files := tests.lisp source-files := $(filter-out $(tests-files),$(wildcard *.lisp)) -build: +build: build-arch build-indep + +build-arch: + +build-indep: clean: dh_testdir dh_testroot - dh_clean + dh_clean .bin/ install: build dh_testdir dh_testroot dh_prep dh_installdirs - dh_install $(pkg).asd $(source-files) $(clc-files) - dh_install $(pkg-tests).asd $(tests-files) $(clc-tests) + dh_install $(pkg).asd $(source-files) ${test-files} $(clc-files) binary-indep: install dh_testdir