#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
export DEB_SOURCE DEB_VERSION

%:
	dh $@

override_dh_auto_clean:
override_dh_auto_build:
override_dh_auto_install:
override_dh_auto_test:
