Comment 4 for bug 1759251

Revision history for this message
Gunnar Hjalmarsson (gunnarhj) wrote :

Jeremy just let me know that "Hmm" means this:

An alternative to the proposal in the debdiff might be to change line 112 in dh_translations from

@cmd=('make', $domain . '.pot');

to

@cmd=('make', $domain . '.pot-update');

in order to force an update without the rename trick. This might benefit other packages as well.