[neon/qt6/qt6-declarative/Neon/release] debian: stack smashing observed unless I revert this

Jonathan Riddell null at kde.org
Wed Apr 3 14:38:17 BST 2024


Git commit f1a73168748e8016387a9a31c1fdc124be458ba5 by Jonathan Riddell.
Committed on 03/04/2024 at 13:38.
Pushed by jriddell into branch 'Neon/release'.

stack smashing observed unless I revert this

M  +7    -7    debian/rules

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

diff --git a/debian/rules b/debian/rules
index f28e959..f8df055 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_auto_configure:
 		$(extra_cmake_args)
 
 ## attention to the negation
-#ifneq ($(filter neon_nodoc,$(DEB_BUILD_PROFILES)),)
+ifneq ($(filter neon_nodoc,$(DEB_BUILD_PROFILES)),)
 override_dh_auto_build-indep:
 	dh_auto_build -- docs
 
@@ -38,13 +38,13 @@ override_dh_auto_install-indep:
 	# Remove build path from index files.
 	find $(CURDIR)/debian/tmp/usr/share/qt6/doc -type f -name *.index -exec \
                 sed -i 's@$(CURDIR)/@@g' {} \;
-#else
-#override_dh_auto_build-indep:
-#	dh_auto_build
+else
+override_dh_auto_build-indep:
+	dh_auto_build
 
-#override_dh_auto_install-indep:
-#	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
-#endif
+override_dh_auto_install-indep:
+	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
+endif
 
 execute_after_dh_auto_install-arch:
 	# Reproducible builds: remove build paths from .prl files


More information about the Neon-commits mailing list