From 0975870bb1631379f2da798fa78736a4fe32960a Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 25 Jul 2007 03:36:57 +0300 Subject: [PATCH] Switch scripts/changelog/debian.pl to use Dpkg::Gettext. --- ChangeLog | 5 +++++ scripts/changelog/debian.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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'; -- 2.39.5