]> err.no Git - dpkg/commitdiff
Dpkg::Version: Import Dpkg::Gettext
authorRaphael Hertzog <hertzog@debian.org>
Wed, 13 Feb 2008 19:51:47 +0000 (20:51 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Wed, 13 Feb 2008 19:54:25 +0000 (20:54 +0100)
* scripts/Dpkg/Version.pm: Import Dpkg::Gettext since check_version() uses
_g().

ChangeLog
debian/changelog
scripts/Dpkg/Version.pm

index 9b394b404c3922991f85b1e579ecdb15f4fe60f1..ac1daa96168b75fc3adf37d843db9c4451d8e5dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index f72227d715129a704453166a77f9dd85935baa8e..487aec7f6e4b39fc17e8aff3d91eb99b6a7e4fc6 100644 (file)
@@ -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
index 18dd312ab565bdc7a592a8aef69ad817b7820680..2d996a03698da68e8a2bc9c12611c9672a57eba0 100644 (file)
@@ -22,6 +22,7 @@ use strict;
 use warnings;
 
 use Dpkg::ErrorHandling qw(error);
+use Dpkg::Gettext;
 
 use Exporter;
 our @ISA = qw(Exporter);