#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with autoreconf --parallel

override_dh_auto_configure:
	dh_auto_configure -- LIBS="-lboost_system -lboost_thread"

override_dh_auto_clean:
	dh_auto_clean
	rm -rf autom4te.cache

override_dh_builddeb:
	dh_builddeb -- -Z xz
