update debian install for no kmrcl-tests.asd file
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 5 Sep 2020 05:06:35 +0000 (05:06 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 5 Sep 2020 05:06:35 +0000 (05:06 +0000)
debian/rules

index 5ddb403045f120f555094f8af64f42d556415013..c0b8fb12d910877ea45301dccd242f6e1165396b 100755 (executable)
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 
 pkg            := kmrcl
 #!/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)
 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))
 
 tests-files    := tests.lisp
 source-files   := $(filter-out $(tests-files),$(wildcard *.lisp))
@@ -29,8 +27,7 @@ install: build
        dh_testroot
        dh_prep
        dh_installdirs
        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
 
 binary-indep: install
        dh_testdir