#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export DEB_LDFLAGS_MAINT_APPEND= -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

%:
	dh $@ --parallel --with autoreconf,gnome

override_dh_auto_configure:
	dh_auto_configure -- \
		--disable-silent-rules \
		--bindir=\$${prefix}/games
