#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cmake

override_dh_auto_clean:
	dh_auto_clean
	rm -f lang/*.qm

# Don't install the header files, they aren't of any use right now
override_dh_install:
	dh_install
	rm -rf debian/qmplay2/usr/include

override_dh_strip:
	dh_strip --no-automatic-dbgsym
