[neon/qt6/qt6-base/Neon/release] debian: actually bootstrap

Carlos De Maine null at kde.org
Fri Dec 15 09:53:10 GMT 2023


Git commit 3169b5bcae25a3b69bee62f3dc1905dc442467c3 by Carlos De Maine.
Committed on 15/12/2023 at 10:53.
Pushed by carlosdem into branch 'Neon/release'.

actually bootstrap

M  +5    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/3169b5bcae25a3b69bee62f3dc1905dc442467c3

diff --git a/debian/rules b/debian/rules
index 2f898fa..2287672 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,12 +126,14 @@ execute_after_dh_auto_install-arch:
 		debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake
 
 override_dh_auto_build-indep:
-	dh_auto_build #-- docs
+#	dh_auto_build -- docs
+	dh_auto_build
 
 override_dh_auto_install-indep:
-	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build #-- install_docs
+	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build
+#	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 \
+#	find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
 		sed -i 's@$(CURDIR)/@@g' {} \;
 
 ### no longer needed??


More information about the Neon-commits mailing list