#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-tcl-includes=/usr/include/tcl

override_dh_auto_test:
	( cd debian/tests; TCLLIBPATH=../.. tclsh all.tcl)

override_dh_installchangelogs:
	dh_installchangelogs ReleaseNotes
