[neon/qt6/qt6-tools/Neon/release] debian: bootstrap build again

Carlos De Maine null at kde.org
Fri Dec 15 04:51:34 GMT 2023


Git commit 3691823f3c1dbb73a00b46891cfa03cb9bace3f2 by Carlos De Maine.
Committed on 15/12/2023 at 05:50.
Pushed by carlosdem into branch 'Neon/release'.

bootstrap build again

M  +5    -5    debian/rules

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/3691823f3c1dbb73a00b46891cfa03cb9bace3f2

diff --git a/debian/rules b/debian/rules
index 927a4c4..6dcff55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,15 +30,15 @@ override_dh_shlibdeps:
 
 ## attention to the negation
 ifneq ($(filter neon_nodoc,$(DEB_BUILD_PROFILES)),)
-override_dh_auto_build-indep:
+#override_dh_auto_build-indep:
 	dh_auto_build -- docs
 
-override_dh_auto_install-indep:
-	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install_docs
+#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 \
+#	find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
                 sed -i 's@$(CURDIR)/@@g' {} \;
-else
+#else
 override_dh_auto_build-indep:
 	dh_auto_build
 



More information about the Neon-commits mailing list