The branch, dpkg-shlibdeps-buxy has been updated
       via  8d94cf7e7e959c5a6655a51ff159d6a8571f6226 (commit)
      from  fddb619b2d5d92bb7b735688ac78e260583b75a4 (commit)


- Log -----------------------------------------------------------------
commit 8d94cf7e7e959c5a6655a51ff159d6a8571f6226
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Aug 14 15:40:57 2007 +0200

    Bugfix: add missing "use Dpkg::Gettext" to import the "_g" function

-----------------------------------------------------------------------

Summary of changes:
 scripts/Dpkg/Shlibs/Objdump.pm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/scripts/Dpkg/Shlibs/Objdump.pm b/scripts/Dpkg/Shlibs/Objdump.pm
index 307e63b..93c16cd 100644
--- a/scripts/Dpkg/Shlibs/Objdump.pm
+++ b/scripts/Dpkg/Shlibs/Objdump.pm
@@ -99,6 +99,8 @@ sub is_elf {
 
 package Dpkg::Shlibs::Objdump::Object;
 
+use Dpkg::Gettext;
+
 sub new {
     my $this = shift;
     my $file = shift || '';

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to