[neon/qt/qtbase/Neon/testing] debian: try adding a hack to get syncqt to trigger

Harald Sitter null at kde.org
Wed Apr 21 13:38:16 BST 2021


Git commit 23582284cd1a6a374e7038be951c8706db0dfe20 by Harald Sitter.
Committed on 21/04/2021 at 12:37.
Pushed by sitter into branch 'Neon/testing'.

try adding a hack to get syncqt to trigger

without this part of the files usually present in a tar would
be missing and the build would fail

M  +1    -0    debian/rules

https://invent.kde.org/neon/qt/qtbase/commit/23582284cd1a6a374e7038be951c8706db0dfe20

diff --git a/debian/rules b/debian/rules
index 302b9c2..f12bddb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,6 +75,7 @@ endif
 	dh $@ --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
+	mkdir .git # hack to get syncqt to trigger. this isn't a functional tarball build
 ifneq (,$(filter cross,$(DEB_BUILD_PROFILES)))
 	test "`dpkg-query -f '$${Version}' -W qt5-qmake-bin`" = "$(DEB_VERSION)"
 endif


More information about the Neon-commits mailing list