#!/usr/bin/make -f

export DEB_CPPFLAGS_MAINT_APPEND := -D_FILE_OFFSET_BITS=64

%:
	dh $@ --with autotools_dev

override_dh_auto_configure:
	dh_auto_configure
	sed -i 's/-lboost_filesystem-mt/-lboost_filesystem/' src/Makefile
