From: Guillem Jover Date: Wed, 25 Jul 2007 00:36:57 +0000 (+0300) Subject: Switch scripts/changelog/debian.pl to use Dpkg::Gettext. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0975870bb1631379f2da798fa78736a4fe32960a;p=dpkg Switch scripts/changelog/debian.pl to use Dpkg::Gettext. --- diff --git a/ChangeLog b/ChangeLog index 597f00ec..ab2de9fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-25 Guillem Jover + + * scripts/changelog/debian.pl: Switch from 'dpkg-gettext.pl' to + Dpkg::Gettext. + 2007-07-22 Guillem Jover * scripts/dpkg-gettext.pl: Move ... diff --git a/scripts/changelog/debian.pl b/scripts/changelog/debian.pl index 0c8a094f..aa53e0cb 100755 --- a/scripts/changelog/debian.pl +++ b/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';