#!/usr/bin/make -f

# Fix Ubuntu build
export NO_PNG_PKG_MANGLE=1

%:
	dh $@

# We can quieten Inkscape with this, but it's otherwise unnecessary
# overhead that requires xauth + xvfb as build-deps.
#override_dh_auto_build:
#	xvfb-run -a dh_auto_build
