#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND  = -g

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf
