#!/usr/bin/make -f

DH_ALWAYS_EXCLUDE = .git:.gitignore

export DH_VERBOSE=1

%:
	dh $@	--with=nginx
