This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Dpkg's main repository".
The branch, master has been updated
via d52c4cb126a3427afc7b607dd5278272034cb963 (commit)
from 2419b8b679004942fb75e71ad914b6b77d2502e1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d52c4cb126a3427afc7b607dd5278272034cb963
Author: Guillem Jover <[EMAIL PROTECTED]>
Date: Wed Jul 25 03:36:57 2007 +0300
Switch scripts/changelog/debian.pl to use Dpkg::Gettext.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
scripts/changelog/debian.pl | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 597f00e..ab2de9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-25 Guillem Jover <[EMAIL PROTECTED]>
+
+ * scripts/changelog/debian.pl: Switch from 'dpkg-gettext.pl' to
+ Dpkg::Gettext.
+
2007-07-22 Guillem Jover <[EMAIL PROTECTED]>
* scripts/dpkg-gettext.pl: Move ...
diff --git a/scripts/changelog/debian.pl b/scripts/changelog/debian.pl
index 0c8a094..aa53e0c 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';
hooks/post-receive
--
Dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]