#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# Load grunt.pm from debian directory
# TODO once #845043 is fixed, remove this
export PERL5LIB=debian

%:
	dh $@ -Sgrunt

override_dh_auto_clean:
	rm -rfv dist
