Package: d-shlibs
Version: 0.51
Severity: normal
Hello,
Please consider the following patch to allow the dynamic linker override
to also match newer armhf dynamic linker (/lib/ld-linux-armhf.so.3).
Applying the patch fixes errors like:
"devlibs error: There is no package matching [ld-linux-armhf3-dev] and
noone provides it, please report bug to d-shlibs maintainer"
>From 647da4b64686fa0120f2efd4b0dec95500b56685 Mon Sep 17 00:00:00 2001
From: Hector Oron <[email protected]>
Date: Sat, 28 Apr 2012 14:00:14 +0200
Subject: [PATCH 1/2] Match armhf dynamic linker
Signed-off-by: Hector Oron <[email protected]>
---
d-devlibdeps | 2 +-
debian/changelog | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/d-devlibdeps b/d-devlibdeps
index 6cc1dff..1467922 100755
--- a/d-devlibdeps
+++ b/d-devlibdeps
@@ -44,7 +44,7 @@ function overridedevlibdeps () {
sed \
"${OVERRIDE[@]/#/-e}" \
-e 's/ld1-dev//' \
- -e 's/ld-linux[23]-dev//' \
+ -e 's/ld-linux.*[23]-dev//' \
-e 's/libatk-1\.0-0-dev/libatk1.0-dev/' \
-e 's/libavahi-client.-dev/libavahi-client-dev/' \
-e 's/libavahi-common.-dev/libavahi-common-dev/' \
diff --git a/debian/changelog b/debian/changelog
index cc9f291..d1d09e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+d-shlibs (0.51.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update dynamic linker override to also match armhf linker
+ (/lib/ld-linux-armhf.so.3).
+
+ -- Hector Oron <[email protected]> Sat, 28 Apr 2012 13:57:53 +0200
+
d-shlibs (0.51) unstable; urgency=low
* Fix always respect --exlude-la for --extralib (no matter order of
--
1.7.9.5
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (900, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages d-shlibs depends on:
ii binutils 2.22-6
d-shlibs recommends no packages.
d-shlibs suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]