#!/usr/bin/make -f
CFLAGS += -Wno-error=format-security
%:
dh $@
override_dh_auto_build:
make -j1
override_dh_auto_install:
tar xzf $$(pwd)/../galacticdynasty_0.9.3.orig.tar.gz
make -j1 PREFIX=/usr install DESTDIR=$$(pwd)/debian/galacticdynasty
override_dh_usrlocal:
echo "Ignoring..."