From: Raphael Hertzog Date: Wed, 13 Feb 2008 19:51:47 +0000 (+0100) Subject: Dpkg::Version: Import Dpkg::Gettext X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=589fe8d5bf73c11ec63faf62585082148a1381fa;p=dpkg Dpkg::Version: Import Dpkg::Gettext * scripts/Dpkg/Version.pm: Import Dpkg::Gettext since check_version() uses _g(). --- diff --git a/ChangeLog b/ChangeLog index 9b394b40..ac1daa96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-13 Raphael Hertzog + + * scripts/Dpkg/Version.pm: Import Dpkg::Gettext since we use _g(). + 2008-02-07 Guillem Jover * scripts/dpkg-gencontrol.pl: Do not output the Homepage field on udeb. diff --git a/debian/changelog b/debian/changelog index f72227d7..487aec7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,8 @@ 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 [ Frank Lichtenheld ] * Add a warning in dpkg-buildpackage if the build-dependencies are not diff --git a/scripts/Dpkg/Version.pm b/scripts/Dpkg/Version.pm index 18dd312a..2d996a03 100644 --- a/scripts/Dpkg/Version.pm +++ b/scripts/Dpkg/Version.pm @@ -22,6 +22,7 @@ use strict; use warnings; use Dpkg::ErrorHandling qw(error); +use Dpkg::Gettext; use Exporter; our @ISA = qw(Exporter);