File: rules

package info (click to toggle)
ros-robot-state-publisher 1.13.6-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: cpp: 605; xml: 45; sh: 27; makefile: 6
file content (15 lines) | stat: -rwxr-xr-x 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

# since we do not run tests at compile time (see below for reasons) we also
# don't compile the tests
override_dh_auto_configure:
	dh_auto_configure -- -DCATKIN_ENABLE_TESTING=OFF

# the tests run by "make run_tests" can only be run after the package has been
# installed, so we disable running these tests at compile time
override_dh_auto_test: