#!/usr/bin/make -f

# for tests
unexport TZ

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs docs/WHATSNEW
