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

Switch scripts/changelog/debian.pl to use Dpkg::Gettext.

Guillem Jover лет назад: 19
Родитель
Сommit
0975870bb1
2 измененных файлов с 6 добавлено и 1 удалено
  1. 5 0
      ChangeLog
  2. 1 1
      scripts/changelog/debian.pl

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2007-07-25  Guillem Jover  <guillem@debian.org>
+
+	* scripts/changelog/debian.pl: Switch from 'dpkg-gettext.pl' to
+	Dpkg::Gettext.
+
 2007-07-22  Guillem Jover  <guillem@debian.org>
 
 	* scripts/dpkg-gettext.pl: Move ...

+ 1 - 1
scripts/changelog/debian.pl

@@ -8,13 +8,13 @@ use strict;
 use warnings;
 
 use Dpkg;
+use Dpkg::Gettext;
 
 push(@INC,$dpkglibdir);
 require 'controllib.pl';
 
 our %f;
 
-require 'dpkg-gettext.pl';
 textdomain("dpkg-dev");
 
 my $controlfile = 'debian/control';