#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_clean:
	dh_clean
	# these files ar eautogenrated, but also included in the orig.tar.gz
	rm -f cfg.tab.c cfg.tab.h cfg.yy.c

# we handle installation via dh_install
override_dh_auto_install:

