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

Carlos De Maine null at kde.org
Fri Dec 15 11:18:38 GMT 2023


Git commit 2b3f5d5b70e51e9da3dad7ef0a80f0ffffd12d15 by Carlos De Maine.
Committed on 15/12/2023 at 12:18.
Pushed by carlosdem into branch 'Neon/release'.

actually bootstrap

M  +5    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-declarative/-/commit/2b3f5d5b70e51e9da3dad7ef0a80f0ffffd12d15

diff --git a/debian/rules b/debian/rules
index 4b80dc8..bd2b440 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,12 +29,14 @@ override_dh_auto_configure:
 		$(extra_cmake_args)
 
 override_dh_auto_build-indep:
-	dh_auto_build #-- docs
+	dh_auto_build
+#	dh_auto_build -- docs
 
 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' {} \;
 
 execute_after_dh_auto_install-arch:


More information about the Neon-commits mailing list