#!/usr/bin/make -f

PACKAGE = gt5
PKGDIR  = $(shell pwd)/debian/$(PACKAGE)

override_dh_auto_install:
	$(MAKE) install DESTDIR=$(PKGDIR)

%:
	dh $@

# Bypass these steps. The program is a shell script.
.PHONY: build configure

# End of file
