#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND = -fcommon

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_install:
	make install DESTDIR=debian/gramophone2/usr
