#!/usr/bin/make -f

include debian/debian-save-restore.mk

FILE_LIST_PRESERVE = configure config.h.in

override_dh_clean:
	$(file-state-save)
	dh_clean
	# Build system: overwrites this with a symlink
	rm -f seeman.1
	$(file-state-restore-copy)

%:
	dh $@


# End of file
