#!/usr/bin/make -f
#export DH_VERBOSE = 1

# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_clean:
	dh_clean
	rm -f src/.cflags.cache
	rm -f src/.revision.cache
#	cp debian/cache-files/.cflags.cache src/
#	cp debian/cache-files/.revision.cache src/

override_dh_auto_install:

%:
	dh $@ --parallel --sourcedirectory=src/
