This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dpkg's main repository".
The branch, dpkg-shlibdeps-buxy has been updated
via a0e24d52a9eaabfacf0a59664a1efe3aa9ecfdb0 (commit)
from 9d20462cb884e9e5bc902080b44c38735dab6e39 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a0e24d52a9eaabfacf0a59664a1efe3aa9ecfdb0
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Fri Aug 3 15:26:01 2007 +0200
Bugfix in Dpkg::Shlibs::Objdump::Object parsing code.
Fix call to $self->_read in new() so that it actually has a chance to know
which file it's supposed to parse.
-----------------------------------------------------------------------
Summary of changes:
scripts/Dpkg/Shlibs/Objdump.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/Dpkg/Shlibs/Objdump.pm b/scripts/Dpkg/Shlibs/Objdump.pm
index d487ac6..b635079 100644
--- a/scripts/Dpkg/Shlibs/Objdump.pm
+++ b/scripts/Dpkg/Shlibs/Objdump.pm
@@ -108,7 +108,7 @@ sub new {
$self->reset;
if ($file) {
- $self->_read;
+ $self->_read($file);
}
return $self;
hooks/post-receive
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]