[neon/qt6/qt6-tools/Neon/release] debian: # all files need to exist before configure is run for unity build

Carlos De Maine null at kde.org
Sat Oct 28 16:57:13 BST 2023


Git commit fa5acb83936404c783f286bfd7f430462c3793df by Carlos De Maine.
Committed on 28/10/2023 at 17:56.
Pushed by carlosdem into branch 'Neon/release'.

# all files need to exist before configure is run for unity build

(cherry picked from commit 5dc080b8300cb7bfea218e619e3b8d741328a047)

M  +5    -0    debian/rules

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/fa5acb83936404c783f286bfd7f430462c3793df

diff --git a/debian/rules b/debian/rules
index 5b9ac51..a768e3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,11 @@ export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
 	dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
 
 override_dh_auto_configure:
+	# all files need to exist before configure is run for unity build
+	touch /workspace/build/examples/linguist/arrowpad/arrowpad_nl.ts
+	touch /workspace/build/examples/linguist/arrowpad/arrowpad_fr.ts
+	touch /workspace/build/examples/linguist/hellotr/hellotr_la.ts
+
 	dh_auto_configure -- \
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \



More information about the Neon-commits mailing list