#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# no tests
override_dh_auto_test:

override_dh_auto_install:
	PREFIX=$(TMP)/usr dh_auto_install
