#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
DH_VERBOSE = 1

include /usr/share/dpkg/default.mk


%:
	dh $@

#.PHONY: override_dh_auto_build
#override_dh_auto_build:
#	echo "noop"

#.PHONY: override_dh_auto_clean
#override_dh_auto_clean:
#	echo "noop"

