#!/usr/bin/make -f

export DEB_CXXFLAGS_MAINT_APPEND  = -Wno-error=format-security

%:
	dh $@
override_dh_usrlocal:

override_dh_fixperms:
	dh_fixperms
	chmod 644 debian/pacvim/usr/share/pacvim-maps/*
