File: rules

package info (click to toggle)
octomap 1.9.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,020 kB
  • sloc: cpp: 9,786; sh: 265; python: 71; xml: 59; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

CMAKE_FLAGS = \
	-DCMAKE_SKIP_INSTALL_RPATH=ON \
        -DOCTOVIS_QT5=ON

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(CMAKE_FLAGS)

override_dh_auto_test:
	echo "Supressing upstream tests"