#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

execute_before_dh_auto_build:
	cp no_xmkmf_makefile Makefile

execute_before_dh_installman:
	cp lwm.man lwm.1

override_dh_installwm:
	dh_installwm --priority=40 lwm

override_dh_auto_install:

%:
	dh $@

# End of file
