#!/usr/bin/make -f

%:
	dh ${@} --with=config-package

DESTDIR      = $(CURDIR)/debian/lernstick-usertemplate-exam
# This package is buggy and ships files in /usr/local, disable dh_usrlocal
override_dh_usrlocal:

