#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- -DCATKIN_ENABLE_TESTING:BOOL=OFF

# remove timestamp from gzip header
execute_after_dh_auto_install:
	gunzip debian/tmp/usr/share/opencv_apps/test/face_data.tar.gz
	gzip -n debian/tmp/usr/share/opencv_apps/test/face_data.tar
