X-Git-Url: http://git.kpe.io/?p=memstore.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=ee21ed1343c3af248784b524382740a5b058128a;hp=bd47a3df8e98d37ab264e26cf27884521316bed2;hb=e7b253dc84816bbb91c6673f6d9dfd030ea8f8ea;hpb=889cd0c134643a71dd8272cf2294276d054d6057 diff --git a/debian/rules b/debian/rules index bd47a3d..ee21ed1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,16 +1,11 @@ #!/usr/bin/make -f pkg := memstore -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-arch build-indep @@ -29,8 +24,9 @@ install: build 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 $(pkg)-tests.asd memcache.asd $(clc-systems) + dh_install src/*.lisp $(clc-source)/$(pkg)/src + dh_install memcache/*.lisp $(clc-source)/$(pkg)/memcache binary-indep: install dh_testdir