Automated commit for debian release 2.13-1 master
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 1 Oct 2020 22:20:41 +0000 (22:20 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 1 Oct 2020 22:20:41 +0000 (22:20 +0000)
debian/control
debian/rules

index 804d488c7f6fc5c1d0c347ad741620ca6de3a7b9..9bcd965664fc418857e62453aa36a37979f43524 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: dh-lisp
 Build-Depends: debhelper (>= 11.0.0)
-Standards-Version: 4.5.0.1
+Standards-Version: 4.5.0.3
 Homepage: http://hyperobject.kpe.io/
 Vcs-Git: git://git.kpe.io/hyperobject.git
 Vcs-Browser: http://git.kpe.io/?p=hyperobject.git
index 8fed3f68270453881f89373120da0c51234c244f..dc26e2440a77aa122fe202b6bbbc826ee25e1e15 100755 (executable)
@@ -1,13 +1,11 @@
 #!/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))
@@ -27,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