File: rules

package info (click to toggle)
ros-actionlib 1.14.0-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,416 kB
  • sloc: cpp: 4,473; python: 2,113; xml: 55; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export ROS_CONFIGURE_ARGS = -DACTIONLIB_SOVERSION=1d
export ROS_IGNORE_TEST_RESULTS=$(if $(filter $(DEB_BUILD_ARCH),i386 mips64el riscv64 s390x hppa hurd-i386 powerpc ppc64 sparc64),1,0)

%:
	dh $@ --buildsystem=ros