#!/usr/bin/make -f
# ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !#
# DO NOT EVEN THINK ABOUT CHANGING THIS FILE DIRECTLY! ! ! !
# PLEASE USE THE BZR BRANCH AS SEEN IN debian/control
# MAKE YOUR CHANGES THERE AND THEN RUN debian/build-l10n.sh
# kthxbai :)
################################################################################
################################################################################
################################################################################
################################################################################

%:
	dh $@ --with kde --parallel

override_dh_auto_configure:
	dh_auto_configure -- -DLOCALE_INSTALL_DIR=/usr/share/locale-kdelibs4/

override_dh_gencontrol:
	dh_gencontrol -- -Tdebian/substvars
