#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ 

execute_before_dh_installman:
	cp $(CURDIR)/pt.6 purity.6
