#!/usr/bin/make -f

DEB_CONFIGURE_EXTRA_FLAGS = --with-pic=yes

%:
	dh $@

override_dh_compress:
	dh_compress -a -Xhtml -Xexamples
