File: rules

package info (click to toggle)
ros-diagnostics 1.11.0%2Bds-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: cpp: 3,001; python: 2,550; xml: 226; sh: 21; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export ROS_SKIP_PACKAGES = diagnostics
export ROS_IGNORE_TEST_RESULTS=$(if $(filter $(DEB_BUILD_ARCH),s390x powerpc ppc64 sparc64),1,0)

%:
	dh $@ --buildsystem=ros