#!/usr/bin/make -f

export PREFIX=/usr
export V=1

%:
	dh $@ --without single-binary

override_dh_installchangelogs:
	dh_installchangelogs NEWS
