The branch, dpkg-shlibdeps-buxy has been updated
via 40ed7b0685cfe9160dfd3a34b7babe3e604c8d7c (commit)
from 8d94cf7e7e959c5a6655a51ff159d6a8571f6226 (commit)
- Log -----------------------------------------------------------------
commit 40ed7b0685cfe9160dfd3a34b7babe3e604c8d7c
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Wed Aug 22 10:06:31 2007 +0200
Import warning and syserr functions in Dpkg::Shlibs::Objdump::Object
They were used in that module but not defined. It lead to problems
only when something else failed, so was difficult to detect.
-----------------------------------------------------------------------
Summary of changes:
scripts/Dpkg/Shlibs/Objdump.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/Dpkg/Shlibs/Objdump.pm b/scripts/Dpkg/Shlibs/Objdump.pm
index 93c16cd..9d69070 100644
--- a/scripts/Dpkg/Shlibs/Objdump.pm
+++ b/scripts/Dpkg/Shlibs/Objdump.pm
@@ -100,6 +100,7 @@ sub is_elf {
package Dpkg::Shlibs::Objdump::Object;
use Dpkg::Gettext;
+use Dpkg::ErrorHandling qw(syserr warning);
sub new {
my $this = shift;
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]