#!/usr/bin/make -f
# debhelper config file for cookietool, the fortune database maintenance suite

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	awk '/^[0-9]+\..*History/ { disp = 1 } \
	     /^[0-9]/ && !/^[0-9]+\..*History/ { disp = 0 } \
	     { if (disp) { print } }' README > Changes

