#!/usr/bin/make -f

export DH_VERBOSE = 1
export DISABLE_POSTINSTALL = 1
export FROM_PACKAGING_SCRIPT = 1

%:
	dh $@
