#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_shlibdeps:

override_dh_usrlocal:

override_dh_strip_nondeterminism:

override_dh_auto_install:
	mkdir -p "$(CURDIR)/debian/puppetserver"
	cp -r $(shell ls -A $(CURDIR) | grep -v "debian" | grep -v ".pc") "$(CURDIR)/debian/puppetserver"
