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

Carlos De Maine null at kde.org
Sat Oct 28 16:47:48 BST 2023


Git commit 5dc080b8300cb7bfea218e619e3b8d741328a047 by Carlos De Maine.
Committed on 28/10/2023 at 17:47.
Pushed by carlosdem into branch 'Neon/unstable'.

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

M  +5    -0    debian/rules

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

diff --git a/debian/rules b/debian/rules
index fc342d2..164ccdf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,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