#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk
ifeq ($(DEB_HOST_ARCH),i386)
export PKG_CXXFLAGS += -ffloat-store
endif

%:
	dh $@ --buildsystem R

override_dh_install:
	dh_install
	find debian -name LICENSE -delete
