#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

%:
	dh $@

override_dh_install:
	chmod -x $(CURDIR)/oneperpage.ph
	chmod -x $(CURDIR)/colplotlib.ph
	chmod -x $(CURDIR)/tiny.ph
	chmod -x $(CURDIR)/colplotlib.defs
	dh_install
