File: rules

package info (click to toggle)
ros-image-pipeline 1.15.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,640 kB
  • sloc: cpp: 5,755; python: 1,977; xml: 448; sh: 20; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+fixfilepath

%:
	dh $@

# disable testing to avoid downloading data from a remote server
override_dh_auto_configure:
	dh_auto_configure -- -DCATKIN_ENABLE_TESTING:BOOL=OFF