#!/usr/bin/make -f
# -*- makefile -*-
# NOTE: Only TABs allowed here !!!

override_dh_strip:
	dh_strip --dbg-package=odyssey-dbg

override_dh_usrlocal:

override_dh_auto_build:
	make build_release

override_dh_auto_install:
	dh_auto_install --destdir=debian/odyssey

%:
	dh $@
