Your message dated Sun, 21 Jan 2007 20:24:59 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Closing this bug, fixed
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: conserver
Severity: normal
Tags: patch l10n

Last changes to the debconf templates of conserver revealed that problem.
Even though PO files in debian/po are complete, they indeed do not fit the
templates source file anymore. This can be seen by running the following:

$ msgfmt -o /dev/null debian/po/fr.po
16 translated messages
Stats: 16 translated messages
$ debconf-updatepo
$ msgfmt -o /dev/null debian/po/fr.po
Stats: 15 translated messages, 1 fuzzy translation.

This is because nothing takes care to update the contents of debian/po if
changes are emade to templates. Of course, if you run debconf-updatepo
manually, everything is fine, but that doesn't scale very well.

As a consequence, the i18n team recommends running debconf-updatepo in the
clean target of your debian/rules files.

See the attached patch. Please note that I also added the build dependency
on po-debconf which is implied by that patch.


-- 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-2-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
--- rules.old   2007-01-04 07:56:05.597910311 +0100
+++ rules       2007-01-04 07:56:19.365999415 +0100
@@ -50,6 +50,8 @@
        # Add here commands to clean up after the build process.
        -$(MAKE) distclean
 
+       debconf-updatepo
+
        dh_clean
 
 install: DH_OPTIONS=
--- control.old 2007-01-04 07:51:58.000000000 +0100
+++ control     2007-01-04 07:56:32.030082109 +0100
@@ -2,7 +2,7 @@
 Section: non-free/comm
 Priority: optional
 Maintainer: Joergen Haegg <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4), po-debconf, libpam0g-dev, libwrap0-dev, 
libssl-dev
+Build-Depends: debhelper (>= 4), po-debconf, libpam0g-dev, libwrap0-dev, 
libssl-dev, po-debconf
 Standards-Version: 3.6.2.2
 
 Package: conserver-server

--- End Message ---
--- Begin Message ---
Version: 8.1.15-1

This bug had been fixed in this version. Dunno why it hasn't been closed

-- 


Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to