[neon/qt6/qt6-base/Neon/release] debian: get arch to bootstrap

Carlos De Maine null at kde.org
Wed Dec 13 04:59:45 GMT 2023


Git commit 8c16e711c78e3ce8362a9aa46c6a910663dccbbf by Carlos De Maine.
Committed on 13/12/2023 at 05:59.
Pushed by carlosdem into branch 'Neon/release'.

get arch to bootstrap

M  +9    -4    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/8c16e711c78e3ce8362a9aa46c6a910663dccbbf

diff --git a/debian/rules b/debian/rules
index 6f6f42e..7dd4e48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,17 +123,22 @@ execute_after_dh_auto_install-arch:
 	sed -i 's,lib/qt6/bin/qmake,bin/$(DEB_HOST_GNU_TYPE)-qmake6,' \
 		debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake
 
-override_dh_auto_build-indep:
-	dh_auto_build
+override_dh_auto_build:
+#	dh_auto_build
+
+#override_dh_auto_build-indep:
 #	dh_auto_build -- docs
 
-override_dh_auto_install-indep:
-	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build
+override_dh_auto_install:
+	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
+
+#override_dh_auto_install-indep:
 #	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install_docs
 	# Remove build path from index files.
 #	find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
 		sed -i 's@$(CURDIR)/@@g' {} \;
 
+### no longer needed??
 #override_dh_makeshlibs:
 #	dh_makeshlibs -XlibQt6EglFSDeviceIntegration -XlibQt6EglFsKmsGbmSupport -XlibQt6EglFsKmsSupport -XlibQt6XcbQpa
 


More information about the Neon-commits mailing list