Your message dated Thu, 22 Jun 2006 14:47:14 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#343327: fixed in menu 2.1.28
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: menu
Severity: minor
Tags: patch l10n

Hi,

The po files are not updated when the .pot files has been modified.
For example:
  $ msgfmt --statistics fr.po
  66 translated messages.
  $ msgfmt --statistics menu.pot
  0 translated messages, 67 untranslated messages.
  $ msgmerge -U fr.po menu.pot
  .......... done.
  $ msgfmt --statistics fr.po
  63 translated messages, 3 fuzzy translations, 1 untranslated message.

Please find attached two patches which should fix the problem for the po/
and po-sections directories as well as a patch for menufile2pot which
fixes the incorrect header.

-- 
Thomas Huriaux
--- Makefile.am 2005-09-26 18:28:19.000000000 +0200
+++ Makefile.am.new     2005-12-14 13:42:10.000000000 +0100
@@ -22,5 +22,13 @@
 %.mo   : %.po
        msgfmt -o $@ $^ 
 
-clean-local:
+clean-local: update-po
        rm -f *.mo lang.h
+
+update-po: menu-sections.pot
+       for po in $(POs); do \
+         echo -n "Updating $$po"; \
+         msgmerge -U $$po menu-sections.pot; \
+       done;
+
+.PHONY: update-po
--- menufile2pot        2003-04-01 22:53:13.000000000 +0200
+++ menufile2pot.new    2005-12-14 13:43:40.000000000 +0100
@@ -46,6 +46,7 @@
 
 
 $date=`/bin/date +"%Y-%d-%m %H:%M+%Z"`;
+$date=`echo -n $date`;
 
 print POT "# Collection of titles/sections of debian menu's.
 # This file is automatically generated. Do not edit.
--- Makefile.am 2005-05-23 18:26:42.000000000 +0200
+++ Makefile.am.new     2005-12-14 13:45:30.000000000 +0100
@@ -19,5 +19,13 @@
 menu.pot::
        xgettext -o menu.pot -C -k_ -c ../install-menu/*.[ch]* 
../update-menus/*.[ch]* [EMAIL PROTECTED] --copyright-holder="Debian menu team"
 
-clean-local:
+clean-local: update-po
        rm -f *.mo
+
+update-po: menu.pot
+       [EMAIL PROTECTED] po in $(POs); do \
+         echo -n "Updating $$po"; \
+         msgmerge -U $$po menu.pot; \
+       done;
+
+.PHONY: update-po

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: menu
Source-Version: 2.1.28

We believe that the bug you reported is fixed in the latest version of
menu, which is due to be installed in the Debian FTP archive:

menu_2.1.28.dsc
  to pool/main/m/menu/menu_2.1.28.dsc
menu_2.1.28.tar.gz
  to pool/main/m/menu/menu_2.1.28.tar.gz
menu_2.1.28_i386.deb
  to pool/main/m/menu/menu_2.1.28_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bill Allombert <[EMAIL PROTECTED]> (supplier of updated menu package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 22 Jun 2006 20:40:52 +0200
Source: menu
Binary: menu
Architecture: source i386
Version: 2.1.28
Distribution: unstable
Urgency: low
Maintainer: Bill Allombert <[EMAIL PROTECTED]>
Changed-By: Bill Allombert <[EMAIL PROTECTED]>
Description: 
 menu       - generates programs menu for all menu-aware applications
Closes: 343327 344587 352465 359074 368814 373240 374272 374622
Changes: 
 menu (2.1.28) unstable; urgency=low
 .
   * The "Happy birthday" release
   * Morten Brix Pedersen:
     - Actually write pid to update-menus.pid.
       Thanks to Pierre Thierry who discovered this bug.
   * Fix the menu.pot file. Closes: #343327. Thanks Thomas Huriaux.
   * debian/rules:
     + Undo incorrect change in 2.1.26 that caused update-menus to be shipped
       executable. Closes: #368814. Thanks Peter Chubb
   * Fix typos in su-to-root's French manpage. Thanks Filipus Klutiero.
     Closes: #352465.
   * Improve menu.sgml following suggestions from Daniel Barclay, first stage,
     see bug #354403.
   * Update Greek menu sections translation. Thanks Konstantinos Margaritis.
     Closes: #344587.
   * Update Galician menu sections translation. Thanks Jacobo Tarrio.
     Closes: #359074.
   * Add Nepali menu sections translation. Thanks, Shiva Pokharel
     Closes: #374272
   * Add Belarusian menu sections translation. Thanks, Pavel Piatruk
     Closes: #373240
   * Update Hungarian menu sections translation. Thanks, Attila Szervác
     Closes: #374622
   * Bump Standards-Version to 3.7.2.
Files: 
 1295359d99fb7d640388867ed41c3e6d 521 admin optional menu_2.1.28.dsc
 9bca44c4dfcaa23cc4b18e16d18c29a3 419066 admin optional menu_2.1.28.tar.gz
 78b71f4ae20d5661dd2de1e1c018dc7f 395868 admin optional menu_2.1.28_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEmwx3eDPs8bVESBURAvB9AJsEr7mbHMK4mTK0hhJG6/qAKdIoDgCbBnfh
jp6ulCCuHykgC0luj3A8Weo=
=MoIO
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to