The following commit has been merged in the master branch:
commit 589fe8d5bf73c11ec63faf62585082148a1381fa
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date: Wed Feb 13 20:51:47 2008 +0100
Dpkg::Version: Import Dpkg::Gettext
* scripts/Dpkg/Version.pm: Import Dpkg::Gettext since check_version() uses
_g().
diff --git a/ChangeLog b/ChangeLog
index 9b394b4..ac1daa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-13 Raphael Hertzog <[EMAIL PROTECTED]>
+
+ * scripts/Dpkg/Version.pm: Import Dpkg::Gettext since we use _g().
+
2008-02-07 Guillem Jover <[EMAIL PROTECTED]>
* scripts/dpkg-gencontrol.pl: Do not output the Homepage field on udeb.
diff --git a/debian/changelog b/debian/changelog
index f72227d..487aec7 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 18dd312..2d996a0 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);
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]