#!/usr/bin/make -f

pkg		:= reversi
debpkg		:= cl-reversi

clc-source	:= usr/share/common-lisp/source
clc-systems	:= usr/share/common-lisp/systems
clc-files	:= $(clc-source)/$(pkg)

%:
	dh $@ --with lisp

override_dh_install:
	dh_install $(pkg).asd *.lisp *.dat $(clc-files)
	dh_install
