#!/usr/bin/make -f

%:
	dh $@ --without=single-binary

# there are no tests
override_dh_auto_test:

gen-copyright:
	perl debian/gen-copyright
