File: rules

package info (click to toggle)
ros-dynamic-reconfigure 1.5.46-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 428 kB
  • ctags: 261
  • sloc: python: 1,738; cpp: 336; xml: 33; makefile: 13; ansic: 8
file content (20 lines) | stat: -rwxr-xr-x 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all,+bindnow

# main packaging script based on dh7 syntax
%:
	dh $@ --parallel --buildsystem=cmake --with python2


override_dh_auto_configure:
	dh_auto_configure -- \
	-DCATKIN_ENABLE_TESTING=OFF

override_dh_auto_clean:
	rm -f src/dynamic_reconfigure/parameter_generator_catkin.pyc
	dh_auto_clean

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