File: rules

package info (click to toggle)
ros-geometry2 0.7.7-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,620 kB
  • sloc: cpp: 10,586; python: 1,072; xml: 272; sh: 21; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export ROS_PYTHON_VERSION = 3
export ROS_PYTHON_EXTENSION_PACKAGES = tf2_py
export ROS_CONFIGURE_ARGS=-DPYVER={python_version}
export ROS_IGNORE_TEST_RESULTS = $(if $(filter amd64,$(DEB_HOST_ARCH)),,1)

%:
	dh $@ --buildsystem=ros