Package: mgetty
Severity: normal
Tags: patch l10n

The debian/po/*.po and debian/po/templates.pot files provided in the source
package are not up-to-date with regard with the templates file.

Running debconf-updatepo once should be enough, but I indeed recommend
running it in the clean target of debian/rules. See attached patch.

This does not highly harm as it just offer 3 extra strings to translate to
translators, but the real 2 useful strings are unchanged so the result is
OK...but that shoul dbe fixed some day.

PS: the hack for woody compatibility in debian/rules could maybe be dropped
now.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
diff -Nru mgetty-1.1.35.old/debian/rules mgetty-1.1.35/debian/rules
--- mgetty-1.1.35.old/debian/rules      2007-02-25 16:41:42.891364198 +0100
+++ mgetty-1.1.35/debian/rules  2007-02-25 16:45:00.160927810 +0100
@@ -82,6 +82,8 @@
        rm -f debian/po/output
 endif
 
+       debconf-updatepo
+
        dh_clean
 
 binary-indep:  build

Reply via email to