Source: afterstep Version: 2.2.12-19 Severity: normal Tags: patch X-Debbugs-Cc: [email protected] User: [email protected] Usertags: timestamps
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

