* scripts/Dpkg/Fields.pm: Import Dpkg::Gettext since the output() method
uses _g().
+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.
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:
our @ISA = qw(Tie::ExtraHash Tie::Hash);
use Dpkg::ErrorHandling qw(internerr syserr);
+use Dpkg::Gettext;
# Import capit
Dpkg::Fields->import('capit');