File: rules

package info (click to toggle)
ros-opencv-apps 2.0.2-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,944 kB
  • sloc: cpp: 6,155; python: 302; xml: 166; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 326 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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