[neon/backports-noble/pcre2-noble/Neon/release] debian: dh_shlibdeps -l/lib/${DEB_TARGET_MULTIARCH}:/usr/lib/${DEB_TARGET_MULTIARCH}:/usr/${DEB_TARGET_MULTIARCH}/lib
Carlos De Maine
null at kde.org
Tue Jun 9 11:35:51 BST 2026
Git commit cd03a2246f619d50079b87bd81b15b66f2ddab6f by Carlos De Maine.
Committed on 09/06/2026 at 10:35.
Pushed by carlosdem into branch 'Neon/release'.
dh_shlibdeps -l/lib/${DEB_TARGET_MULTIARCH}:/usr/lib/${DEB_TARGET_MULTIARCH}:/usr/${DEB_TARGET_MULTIARCH}/lib
M +1 -3 debian/rules
https://invent.kde.org/neon/backports-noble/pcre2-noble/-/commit/cd03a2246f619d50079b87bd81b15b66f2ddab6f
diff --git a/debian/rules b/debian/rules
index e84bb94..09442f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,6 @@ export DEB_CFLAGS_MAINT_APPEND = -Dregcomp=PCRE2regcomp -Dregexec=PCRE2regexec -
ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
export CC=i686-linux-gnu-gcc
deb_maint_conf_args +=--build=x86_64-pc-linux-gnu --host=i686-pc-linux-gnu
-export LD_LIBRARY_PATH="/usr/i386-linux-gnu/lib:$LD_LIBRARY_PATH"
-
endif
deb_maint_conf_args = --enable-pcre2-16 --enable-pcre2-32 --disable-pcre2grep-callout
@@ -39,6 +37,6 @@ override_dh_strip:
ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
override_dh_shlibdeps:
- dh_shlibdeps -l/lib/${DEB_TARGET_MULTIARCH}:/usr/lib/${DEB_TARGET_MULTIARCH}
+ dh_shlibdeps -l/lib/${DEB_TARGET_MULTIARCH}:/usr/lib/${DEB_TARGET_MULTIARCH}:/usr/${DEB_TARGET_MULTIARCH}/lib
endif
More information about the Neon-commits
mailing list