The following commit has been merged in the master branch:
commit a3587e15b82e0f3a7367769307fe181c8151ce79
Author: Raphael Hertzog <[email protected]>
Date: Sun Jun 21 22:29:48 2009 +0200
Dpkg::Shlibs::Objdump: assume version Base when no associated version
This completes the fix started in
211c62c45d5f3d5f8ee3dc26668cd5a04e889076.
diff --git a/scripts/Dpkg/Shlibs/Objdump.pm b/scripts/Dpkg/Shlibs/Objdump.pm
index c1c01e3..73704d7 100644
--- a/scripts/Dpkg/Shlibs/Objdump.pm
+++ b/scripts/Dpkg/Shlibs/Objdump.pm
@@ -336,7 +336,7 @@ sub add_dynamic_symbol {
if ($symbol->{version}) {
$self->{dynsyms}{$symbol->{name} . '@' . $symbol->{version}} = $symbol;
} else {
- $self->{dynsyms}{$symbol->{name}} = $symbol;
+ $self->{dynsyms}{$symbol->{name} . '@Base'} = $symbol;
}
}
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]