Author: guillem
Date: 2006-06-02 03:52:05 +0000 (Fri, 02 Jun 2006)
New Revision: 368
Modified:
trunk/ChangeLog
trunk/debian/changelog
trunk/scripts/dpkg-shlibdeps.pl
Log:
Add '/lib32' and '/usr/lib32' to the dpkg-shlibdeps library path search
list. Closes: #367892
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-06-02 03:45:21 UTC (rev 367)
+++ trunk/ChangeLog 2006-06-02 03:52:05 UTC (rev 368)
@@ -1,5 +1,10 @@
2006-06-02 Guillem Jover <[EMAIL PROTECTED]>
+ * scripts/dpkg-shlibdeps.pl (@librarypaths): Add '/lib32' and
+ '/usr/lib32/'.
+
+2006-06-02 Guillem Jover <[EMAIL PROTECTED]>
+
* src/query.c (setaction): Print also the short command line action.
* src/main.c (setaction): Likewise.
* dpkg-deb/main.c (setaction): Likewise.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-06-02 03:45:21 UTC (rev 367)
+++ trunk/debian/changelog 2006-06-02 03:52:05 UTC (rev 368)
@@ -4,6 +4,8 @@
* Disambiguate error message about conflicting command line actions by
providing both long and short option names. Based on a suggestion by
Josip Rodin. Closes: #45575
+ * Add '/lib32' and '/usr/lib32' to the dpkg-shlibdeps library path search
+ list. Closes: #367892
-- Guillem Jover <[EMAIL PROTECTED]> Wed, 31 May 2006 08:03:11 +0300
Modified: trunk/scripts/dpkg-shlibdeps.pl
===================================================================
--- trunk/scripts/dpkg-shlibdeps.pl 2006-06-02 03:45:21 UTC (rev 367)
+++ trunk/scripts/dpkg-shlibdeps.pl 2006-06-02 03:52:05 UTC (rev 368)
@@ -121,7 +121,7 @@
}
}
-my @librarypaths = qw( /lib /usr/lib /lib64 /usr/lib64 );
+my @librarypaths = qw( /lib /usr/lib /lib32 /usr/lib32 /lib64 /usr/lib64 );
my %librarypaths = map { $_ => 'default' } @librarypaths;
if ($ENV{LD_LIBRARY_PATH}) {
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]