2024-10-19 19:04:00 +02:00
|
|
|
#! /usr/bin/make -f
|
|
|
|
|
|
|
|
## See debhelper(7) (uncomment to enable).
|
|
|
|
## Output every command that modifies files on the build system.
|
|
|
|
export DH_VERBOSE = 1
|
|
|
|
export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
|
|
|
|
|
2024-10-19 21:42:48 +02:00
|
|
|
override_dh_auto_configure:
|
|
|
|
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -DQT_MAJOR_VERSION=6
|
2024-10-19 19:04:00 +02:00
|
|
|
|
|
|
|
%:
|
2024-10-19 21:42:48 +02:00
|
|
|
dh $@
|