]> err.no Git - dpkg/commitdiff
Dpkg::Fields::Object: Import Dpkg::Gettext
authorRaphael Hertzog <hertzog@debian.org>
Fri, 7 Mar 2008 14:15:45 +0000 (15:15 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Fri, 7 Mar 2008 14:15:45 +0000 (15:15 +0100)
* scripts/Dpkg/Fields.pm: Import Dpkg::Gettext since the output() method
uses _g().

ChangeLog
debian/changelog
scripts/Dpkg/Fields.pm

index fdf49aee176fe19e0b65e20431af240960b71e2f..680d44d8c39dcc272593fb214e0177eed03b610c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-07  Raphael Hertzog  <hertzog@debian.org>
+
+       * scripts/Dpkg/Fields.pm: Import Dpkg::Gettext since we use _g().
+
 2008-03-06  Sean Finney  <seanius@seanius.net>
 
        * lib/dump.c (writedb): Free newfn and oldfn.
index 8778ff42d59a6eec13f39906421ed1b84ecf2349..e0d2a093292c82eaf46d1d6fdba038335b435824 100644 (file)
@@ -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:
index f1b9df3936e4fe38d857259cde3614c93dc754ff..a41fab7fe5c4f270da6c058822a0c35ef74af879 100644 (file)
@@ -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');