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

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

# Copied from the Makefile
CC_ARGS=-X -fPIC -X -shared --Xcc="-D GETTEXT_PACKAGE=\"totem-arte\""

override_dh_auto_build:
	# Build without debug messages and without debug symbols
	dh_auto_build -- VALA_ARGS='$(CC_ARGS)'

override_dh_auto_install:
	# Disable gsettings schemas compilation
	dh_auto_install -- DISABLE_SCHEMAS_COMPILE=1

%:
	dh $@ 
