[neon/qt6/qt6-tools/Neon/release] debian: debug

Carlos De Maine null at kde.org
Mon Oct 28 02:06:14 GMT 2024


Git commit 3fce9b47f9398df3cb58669a0e528aff4feb25f9 by Carlos De Maine.
Committed on 28/10/2024 at 02:06.
Pushed by carlosdem into branch 'Neon/release'.

debug

M  +3    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/3fce9b47f9398df3cb58669a0e528aff4feb25f9

diff --git a/debian/rules b/debian/rules
index 030eaa6..64c105d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,13 +26,10 @@ override_dh_auto_configure:
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-		-DCMAKE_SKIP_INSTALL_RPATH=ON \
 		-DINSTALL_PUBLICBINDIR=/usr/bin \
 		-DQT_UNITY_BUILD=ON \
 		$(extra_cmake_args)
 
-override_dh_shlibdeps:
-	dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
 
 ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
 override_dh_auto_build-indep:
@@ -51,6 +48,9 @@ override_dh_auto_install-indep:
                 sed -i 's@$(CURDIR)/@@g' {} \;
 endif
 
+override_dh_shlibdeps:
+	dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
+
 execute_after_dh_auto_install-arch:
 	# Reproducible builds: remove build paths from .prl files
 	sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl


More information about the Neon-commits mailing list