X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=dc26e2440a77aa122fe202b6bbbc826ee25e1e15;hb=4b068ea93dbcc7786e665b6d2367e0c33d5dbde1;hp=a3a19053303e00116d7500d44eeeda90ad7eec0d;hpb=8c7f7d3ecbb886b66e20e17c3c2de3a550e8a311;p=hyperobject.git diff --git a/debian/rules b/debian/rules index a3a1905..dc26e24 100755 --- a/debian/rules +++ b/debian/rules @@ -1,19 +1,19 @@ #!/usr/bin/make -f pkg := hyperobject -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 @@ -25,8 +25,7 @@ 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 $(source-files) $(clc-files) $(clc-tests) binary-indep: install dh_testdir