#!/usr/bin/make -f

# excluding .hg and .svn
export DH_ALWAYS_EXCLUDE=.hg:.svn:.git

%:
	dh $@

