#!/usr/bin/make -f export FONTDIR=/usr/share/fonts/truetype/liberation build: build-stamp build-stamp: autoreconf -vfi dh build --before configure dh_auto_configure -- --bindir=/usr/games dh build --after configure touch build-stamp clean: dh clean rm -f intltool-extract intltool-merge intltool-update install: build install-stamp install-stamp: dh install touch install-stamp binary-arch: install dh binary-arch binary-indep: install dh binary-indep binary: binary-arch binary-indep