On 13/04/25 at 18:46 +0200, Wolfgang Schweer wrote: > [ Holger Levsen, 2025-04-13 ] > > On Sun, Apr 13, 2025 at 03:01:11PM +0200, Lucas Nussbaum wrote: > > > \_ /bin/sh -c dpkg-parsechangelog -l > > > ../../debian/changelog -S Date | date -u "+%Y"年"%m"月"%d"日 -f - > > > \_ /usr/bin/perl > > > /usr/bin/dpkg-parsechangelog -l ../../debian/changelog -S Date > > > \_ date -u +%Y年%m月%d日 -f - > > > > those Japanese strings appear odd to me, but maybe they are not, as we > > do build a Japanese manual... > > those strings are correct. > > if the build uses git, this merge request takes effect: > https://salsa.debian.org/debian-edu/debian-edu-doc/-/commit/46b588999a3302269c1e1ba34a98ba0a8aff4d8a > > if built from source, the bug is to be expected because the fix isn't present: > https://sources.debian.org/src/debian-edu-doc/2.12.26/documentation/common/Makefile.common/ > > a debian-edu-doc source upload would fix the bug, i figure.
Ah yes, I confirm that using make's immediate assignment (:=) instead of lazy assignment (=) fixes this. @Holger: an upload would be nice, as I'm planning on doing several rebuilds soon Lucas

