#!/usr/bin/make -f

%:
	dh $@ --parallel --dbg-package=kvpnc-dbg --with kde

override_dh_auto_install:
	dh_auto_install --buildsystem=kde --destdir=debian/kvpnc

override_dh_fixperms:
	dh_fixperms
	find debian -type f -name 'ping_check.sh' | xargs chmod +x

.PHONY: override_dh_auto_test
