#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DH_VERBOSE=1
export DEB_CFLAGS_MAINT_APPEND=-std=gnu11
export DH_ALWAYS_EXCLUDE=.la


%:
	dh $@ --with bash-completion

override_dh_auto_test:
	# This will be fixed by https://github.com/stewartsmith/libeatmydata/pull/11
	dh_auto_test --no-parallel
