The following commit has been merged in the master branch:
commit e9d5e48bf30d5d15ec26db1ce223dd9944cb7305
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Fri Mar 7 15:15:45 2008 +0100
Dpkg::Fields::Object: Import Dpkg::Gettext
* scripts/Dpkg/Fields.pm: Import Dpkg::Gettext since the output() method
uses _g().
diff --git a/ChangeLog b/ChangeLog
index fdf49ae..680d44d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-07 Raphael Hertzog <[EMAIL PROTECTED]>
+
+ * scripts/Dpkg/Fields.pm: Import Dpkg::Gettext since we use _g().
+
2008-03-06 Sean Finney <[EMAIL PROTECTED]>
* lib/dump.c (writedb): Free newfn and oldfn.
diff --git a/debian/changelog b/debian/changelog
index 8778ff4..e0d2a09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,8 +35,9 @@ dpkg (1.14.17) UNRELEASED; urgency=low
about.
* Handle the case when the library has a different SONAME than the one used
to find it. Closes: #462413
- * Fix Dpkg::Version to import _g() from Dpkg::Gettext. Thanks to Adam Heath
- for spotting this. Closes: #465651
+ * Fix Dpkg::Version and Dpkg::Fields::Object to import _g() from
+ Dpkg::Gettext. Thanks to Adam Heath and Olivier Berger for spotting
+ this. Closes: #465651
* Change PATH during make check to look into build directories containing
dpkg and the related scripts. Thanks to Mike Frysinger. Closes: #466957
* Some lintian cleanup:
diff --git a/scripts/Dpkg/Fields.pm b/scripts/Dpkg/Fields.pm
index f1b9df3..a41fab7 100644
--- a/scripts/Dpkg/Fields.pm
+++ b/scripts/Dpkg/Fields.pm
@@ -50,6 +50,7 @@ use Tie::Hash;
our @ISA = qw(Tie::ExtraHash Tie::Hash);
use Dpkg::ErrorHandling qw(internerr syserr);
+use Dpkg::Gettext;
# Import capit
Dpkg::Fields->import('capit');
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]