#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-DNO_UPDATE_CHECK=1 \
		-DPGM_PREFIX=/usr \
		-DPGM_CONFDIR=/usr/share/pgmodeler/conf \
		-DPGM_LANGDIR=/usr/share/pgmodeler/lang \
		-DPGM_SAMPLESDIR=/usr/share/pgmodeler/samples \
		-DPGM_SCHEMASDIR=/usr/share/pgmodeler/schemas

override_dh_dwz:
	# skip, broken: dwz: Too few files for multifile optimization
