#!/usr/bin/make -f %: dh $@ override_dh_auto_clean: echo "Do nothing..." override_dh_auto_build: echo "Do nothing..." override_dh_auto_test: echo "Do nothing..." override_dh_auto_install: echo "Do nothing..."