#!/usr/bin/make -f

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

include /usr/share/dpkg/pkg-info.mk
export VERSION = $(or $(DEB_VERSION_UPSTREAM), unknown)

%:
	dh $@ 

override_dh_auto_test:
	# do nothing
