Patrice Dumas wrote: > also a difference in *.pot files > in POT-Creation-Date, which seems to be updated at each make dist. I > attach the diff. > > I had a look at internet on the POT-Creation-Date subject but found > nothing clear. I don't know if it is the reason, but I think that some > files with translated strings are regenerated.
Hmm, it's strange that this happens although you have set DIST_DEPENDS_ON_UPDATE_PO = no in po/Makevars. This POT-Creation-Date should help translators to understand whether what they are translating is new or old. Therefore it's normal that it's different each time a new tarball is built or when the maintainer forces a new .pot file. Bruno