#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ \
		--with autoreconf

override_dh_strip:
	dh_strip --dbg-package=rasterlite-dbg

override_dh_auto_test:
	# Temporarily disable build-time tests, due to missing .jpg referenced
	# from the testsuite. Already wrote to upstream about this.
