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

# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*

# main packaging script based on dh7 syntax
%:
	dh $@

override_dh_missing:
	dh_missing --fail-missing
