在 2020-12-31星期四的 17:41 +0100,Santiago Vila写道:
> Hmm, no, don't worry. A repack should not be required.
> 
> I plan to do something like this:
> 
> override_dh_auto_build:
>         dh_auto_build
>         $(MAKE) -C po update-gmo
> 
> but I have not tested it yet (I have been updating the Spanish
> translation, which had several errors...).

Just a little hint: if we will be under debhelper v13, using
execute_after_dh_auto_build might be better. In this way we don't need
to worry whether the override of dh_auto_build have missed any
parameters that have possibly passed onto the target.

Besides, I'm just wondering what will happen if no repack is involved.
My thought is that all new .po files will be provided in the debian/
dir and patch the main source tree before build.

Testing should be simple: if a translation change is eventually
reflected in the output binary package, that means it's working.

Thanks,
Boyuan

Reply via email to