#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

clean:
	make veryclean
