[neon/qt6/qt6-base/Neon/release] debian: bring back override_dh_makeshlibs:

Carlos De Maine null at kde.org
Sat Feb 24 01:31:20 GMT 2024


Git commit 5b3a5424ef1d26ad35c90a8b7d0f9f62c2587f1b by Carlos De Maine.
Committed on 24/02/2024 at 01:31.
Pushed by carlosdem into branch 'Neon/release'.

bring back override_dh_makeshlibs:

M  +2    -2    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/-/commit/5b3a5424ef1d26ad35c90a8b7d0f9f62c2587f1b

diff --git a/debian/rules b/debian/rules
index 301de28..c16e40c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -143,8 +143,8 @@ override_dh_auto_install-indep:
 #endif
 
 ### no longer needed??
-#override_dh_makeshlibs:
-#	dh_makeshlibs -XlibQt6EglFSDeviceIntegration -XlibQt6EglFsKmsGbmSupport -XlibQt6EglFsKmsSupport -XlibQt6XcbQpa
+override_dh_makeshlibs:
+	dh_makeshlibs -XlibQt6EglFSDeviceIntegration -XlibQt6EglFsKmsGbmSupport -XlibQt6EglFsKmsSupport -XlibQt6XcbQpa
 
 execute_after_dh_shlibdeps-arch:
 	echo libssl:Depends=$(sslpkgname) >> debian/libqt6network6.substvars


More information about the Neon-commits mailing list