#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
override_dh_auto_test:
override_dh_auto_build:
override_dh_auto_install:
	install -g root -o root -m 0755 -d usr/web/webs/notconfigured

