#!/usr/bin/make -f pkg := hyperobject debpkg := cl-$(pkg) clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems clc-files := $(clc-source)/$(pkg) tests-files := tests.lisp source-files := $(filter-out $(tests-files),$(wildcard *.lisp)) %: dh $@ --with lisp override_dh_auto_build: override_dh_auto_test: # pass override_dh_install: dh_install $(pkg).asd $(source-files) $(clc-files) $(clc-tests)