#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export ROS_SKIP_TESTS = 1

# remove timestamp from gzip header
export ROS_EXECUTE_AFTER_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

%:
	dh $@ --buildsystem=ros

