- Package:
- src:afterstep
- Source:
- src:afterstep
- Submitter:
- Jochen Sprickerhof
- Date:
- 2026-07-01 06:19:02 UTC
- Severity:
- normal
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