File: rules

package info (click to toggle)
librabbitmq 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,080 kB
  • sloc: ansic: 11,497; xml: 747; python: 532; sh: 84; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=cmake --dbgsym-migration='librabbitmq-dbg (<< 0.9.0-0.1~)'

override_dh_auto_configure:
	# CMAKE_BUILD_RPATH_USE_ORIGIN as per https://tests.reproducible-builds.org/debian/issues/unstable/cmake_rpath_contains_build_path_issue.html
	dh_auto_configure -- -DBUILD_TOOLS=ON -DBUILD_TOOLS_DOCS=ON -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON