@@ -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 ...
@@ -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';