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  0975870bb1631379f2da798fa78736a4fe32960a (commit)
       via  0dc487336120d7f2b2fa228aa61bd0f906a6795a (commit)
      from  a4d5c5647a59d18a3d9e5a52c6d82c20b0fbeb0d (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 0975870bb1631379f2da798fa78736a4fe32960a
Author: Guillem Jover <[EMAIL PROTECTED]>
Date:   Wed Jul 25 03:36:57 2007 +0300

    Switch scripts/changelog/debian.pl to use Dpkg::Gettext.

commit 0dc487336120d7f2b2fa228aa61bd0f906a6795a
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Tue Jul 24 17:49:20 2007 +0200

    Update my email listed in THANKS with a valid one.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                   |    5 +++++
 THANKS                      |    2 +-
 scripts/changelog/debian.pl |    2 +-
 3 files changed, 7 insertions(+), 2 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/THANKS b/THANKS
index 4b638a4..f3fc9b6 100644
--- a/THANKS
+++ b/THANKS
@@ -53,7 +53,7 @@ Peter Karlsson <[EMAIL PROTECTED]>
 Petr Cech <[EMAIL PROTECTED]>
 Philippe Batailler <[EMAIL PROTECTED]>
 Piotr Roszatycki <[EMAIL PROTECTED]>
-Raphael Hertzog <[EMAIL PROTECTED]>
+Raphael Hertzog <[EMAIL PROTECTED]>
 Richard Kettlewell <[EMAIL PROTECTED]>
 Robert Millan <[EMAIL PROTECTED]>
 Roderick Schertler <[EMAIL PROTECTED]>
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]

Reply via email to