#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DH_VERBOSE = 1

%:
	dh $@

override_dh_strip:
	dh_strip --dbgsym-migration='coinor-csdp-dbg (<< 6.2.0-2~)'

override_dh_compress:
	dh_compress -X.pdf

override_dh_auto_build:
	dh_auto_build
	cd doc && ( pdflatex csdpuser.tex ; bibtex csdpuser \
		pdflatex csdpuser.tex; pdflatex csdpuser.tex )
