File: rules

package info (click to toggle)
ros-actionlib 1.11.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,152 kB
  • ctags: 886
  • sloc: cpp: 2,554; python: 2,085; ansic: 1,534; xml: 33; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

# Needed for unit tests
export PYTHONPATH=$(CURDIR)/build/devel/lib/python2.7/dist-packages
export ROS_HOME=$(CURDIR)/build/ros

%:
	dh $@ --parallel --buildsystem=cmake --with python2 --builddirectory=build

override_dh_auto_test:
	make -C build run_tests

get-orig-source:
	uscan --verbose --force-download --repack --compress xz