#!/usr/bin/make -f
# -*- makefile -*-
export PREFIX=/usr
export V=1

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs NEWS
