[neon/backports-noble/pcre2-noble/Neon/release] debian: DEB_TARGET_MULTIARCH

Carlos De Maine null at kde.org
Tue Jun 9 10:45:59 BST 2026


Git commit 37ce997f2544530efef0356f45ece6b21f9560c7 by Carlos De Maine.
Committed on 09/06/2026 at 09:45.
Pushed by carlosdem into branch 'Neon/release'.

DEB_TARGET_MULTIARCH

M  +1    -1    debian/rules

https://invent.kde.org/neon/backports-noble/pcre2-noble/-/commit/37ce997f2544530efef0356f45ece6b21f9560c7

diff --git a/debian/rules b/debian/rules
index 7562912..0ef5729 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,6 @@ override_dh_strip:
 
 ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 override_dh_shlibdeps:
-	dh_shlibdeps -l/lib/${DEB_HOST_MULTIARCH}:/usr/lib/${DEB_HOST_MULTIARCH}
+	dh_shlibdeps -l/lib/${DEB_TARGET_MULTIARCH}:/usr/lib/${DEB_TARGET_MULTIARCH}
 endif
 


More information about the Neon-commits mailing list