#!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto include /usr/share/dpkg/pkg-info.mk webengine_archs := amd64 arm64 armhf i386 ifeq ($(DEB_HOST_ARCH), $(filter $(DEB_HOST_ARCH),$(webengine_archs))) BUILD_WEBENGINE := ON else BUILD_WEBENGINE := OFF endif %: dh $@ override_dh_auto_configure: dh_auto_configure -- \ -DCMAKE_INSTALL_PREFIX=/usr \ -DUNIT_TESTING=ON \ -DBUILD_UPDATER=OFF \ -DBUILD_WITH_WEBENGINE=$(BUILD_WEBENGINE) \ -DPLUGINDIR=/usr/lib/$(DEB_HOST_GNU_TYPE)/qt6/plugins \ -DEXTERNAL_VERSION=$(DEB_VERSION) override_dh_auto_test-arch: mkdir -p obj-$(DEB_HOST_GNU_TYPE)/config - LC_ALL=C.UTF-8 XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/config xvfb-run -a \ -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \ -- dh_auto_test --no-parallel rm -r obj-$(DEB_HOST_GNU_TYPE)/config override_dh_auto_test-indep: override_dh_auto_build-indep: dh_auto_build -- -C shell_integration/nautilus dh_auto_build -- doc-html dh_auto_build # unfortunately we don't get icons and translations otherwise. override_dh_auto_build-arch: dh_auto_build -- doc-man @echo "blhc: ignore-line-regexp: .*/CMakeCXXCompilerABI.cpp.*" #tests are not built with all hardening, to debug stuff more easily @echo "blhc: ignore-line-regexp: .*Test.dir/.*" @echo "blhc: ignore-line-regexp: .*/check_.*.dir/.*" @echo "blhc: ignore-line-regexp: .*/test/csync/torture_.*" @echo "blhc: ignore-line-regexp: .*/LargeSyncBench\.dir/.*" dh_auto_build -- execute_after_dh_sphinxdoc: $(RM) -v debian/tmp/usr/share/doc/client/nextcloud-client/html/unthemed/.buildinfo execute_after_dh_link-indep: jdupes -rl debian/nextcloud-desktop-doc/usr