Просмотр исходного кода

Dpkg::Version: Import Dpkg::Gettext

* scripts/Dpkg/Version.pm: Import Dpkg::Gettext since check_version() uses
_g().
Raphael Hertzog лет назад: 18
Родитель
Сommit
589fe8d5bf
3 измененных файлов с 7 добавлено и 0 удалено
  1. 4 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 1 0
      scripts/Dpkg/Version.pm

+ 4 - 0
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.

+ 2 - 0
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

+ 1 - 0
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);