#1141194 afterstep: patch to make the build reproducible

#1141194#5
Date:
2026-07-01 06:16:10 UTC
From:
To:
Hi,

afterstep-data is currently not reproducible:

https://reproduce.debian.net/all/forky.html#afterstep-data

This is due to $SOURCE_DATE_EPOCH not passed to ASDocGen. The easiest
way to fix this is by adding

export ASDOCGENOPTS = "--build-date $(SOURCE_DATE_EPOCH) --user-dir $(CURDIR)/$(BUILD_DIR)/user-dir"

at the top of debian/rules.

Cheers Jochen