]> err.no Git - dpkg/commitdiff
Switch scripts/changelog/debian.pl to use Dpkg::Gettext.
authorGuillem Jover <guillem@debian.org>
Wed, 25 Jul 2007 00:36:57 +0000 (03:36 +0300)
committerRaphael Hertzog <hertzog@debian.org>
Sat, 28 Jul 2007 15:31:48 +0000 (17:31 +0200)
ChangeLog
scripts/changelog/debian.pl

index 597f00ec129d282ab3ab657adb26effc9886b428..ab2de9fdb6dd582955e23aeffe1d7c653e7d9d10 100644 (file)
--- a/ChangeLog
+++ b/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 ...
index 0c8a094fbf58efedbecbaae679a2da92b2554215..aa53e0cbfa3b762a4add1c7c47e5af3988a542e6 100755 (executable)
@@ -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';