#!/usr/bin/make -f
# -*- makefile -*-

export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_build:
	LC_ALL=C.UTF-8 xbuild  /property:Configuration=Release

execute_after_dh_fixperms:
	chmod -x debian/*/usr/lib/keepass2/Plugins/HIBPOfflineCheck.dll
