* scripts/Dpkg/Version.pm: Import Dpkg::Gettext since check_version() uses
_g().
+2008-02-13 Raphael Hertzog <hertzog@debian.org>
+
+ * scripts/Dpkg/Version.pm: Import Dpkg::Gettext since we use _g().
+
2008-02-07 Guillem Jover <guillem@debian.org>
* scripts/dpkg-gencontrol.pl: Do not output the Homepage field on udeb.
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
[ Frank Lichtenheld ]
* Add a warning in dpkg-buildpackage if the build-dependencies are not
use warnings;
use Dpkg::ErrorHandling qw(error);
+use Dpkg::Gettext;
use Exporter;
our @ISA = qw(Exporter);