File: rules

package info (click to toggle)
qt6-imageformats 6.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 10,460 kB
  • sloc: ansic: 89,680; cpp: 8,221; python: 21; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# Use already defined DEB_HOST_* variables.
include /usr/share/dpkg/architecture.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto

%:
	dh $@ --buildsystem=cmake+ninja

override_dh_auto_configure:
	dh_auto_configure -- \
		--log-level=STATUS \
		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)