#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
# Do nothing. We are overriding the upstream Makefile that
# contains a manual prompt to accept a EULA. This is replaced
# by a debconf message in order to honor the upstream license.

override_dh_auto_install:
# Do nothing. We are overriding the upstream Makefile that
# contains a manual prompt to accept a EULA. This is replaced
# by a debconf message in order to honor the upstream license.
