#!/usr/bin/make -f

export PREFIX=/usr

%:
	dh $@ --without single-binary

override_dh_installchangelogs:
	dh_installchangelogs NEWS
