From 4b068ea93dbcc7786e665b6d2367e0c33d5dbde1 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 1 Oct 2020 22:20:41 +0000 Subject: [PATCH] Automated commit for debian release 2.13-1 --- debian/control | 2 +- debian/rules | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 804d488..9bcd965 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Kevin M. Rosenberg 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 diff --git a/debian/rules b/debian/rules index 8fed3f6..dc26e24 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- 2.34.1