Author: guillem
Date: 2007-01-01 22:49:32 +0100 (Mon, 01 Jan 2007)
New Revision: 614

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/scripts/dpkg-shlibdeps.pl
Log:
Add '/emul/ia32-linux' biarch paths to dpkg-shlibdeps. Closes: #403216


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2006-12-31 06:22:47 UTC (rev 613)
+++ trunk/ChangeLog     2007-01-01 21:49:32 UTC (rev 614)
@@ -1,3 +1,8 @@
+2007-01-01  Guillem Jover  <[EMAIL PROTECTED]>
+
+       * scripts/dpkg-shlibdeps.pl (@librarypaths): Add '/emul/ia32-linux/lib'
+       and '/emul/ia32-linux/usr/lib'.
+
 2006-11-24  Guillem Jover  <[EMAIL PROTECTED]>
 
        * scripts/dpkg-source.pl: Add lzma extracting support.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-12-31 06:22:47 UTC (rev 613)
+++ trunk/debian/changelog      2007-01-01 21:49:32 UTC (rev 614)
@@ -10,6 +10,7 @@
     Thanks to Brendan O'Dea <[EMAIL PROTECTED]>.
   * Support extracting lzma compressed source and binary packages,
     and add a Suggests on package lzma. Closes: #347715
+  * Add '/emul/ia32-linux' biarch paths to dpkg-shlibdeps. Closes: #403216
 
   [ Updated dpkg translations ]
   * Chinese (Traditional, Asho Yeh)

Modified: trunk/scripts/dpkg-shlibdeps.pl
===================================================================
--- trunk/scripts/dpkg-shlibdeps.pl     2006-12-31 06:22:47 UTC (rev 613)
+++ trunk/scripts/dpkg-shlibdeps.pl     2007-01-01 21:49:32 UTC (rev 614)
@@ -121,7 +121,8 @@
     }
 }
 
-my @librarypaths = qw( /lib /usr/lib /lib32 /usr/lib32 /lib64 /usr/lib64 );
+my @librarypaths = qw( /lib /usr/lib /lib32 /usr/lib32 /lib64 /usr/lib64
+                      /emul/ia32-linux/lib /emul/ia32-linux/usr/lib );
 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]

Reply via email to