From: Paul Gevers Date: Fri, 27 Feb 2026 16:30:28 +0000 (+0000) Subject: Timestamps in fpc documentation are hindering reproducible builds X-Git-Tag: archive/raspbian/3.2.2+dfsg-49+rpi1^2~33 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5d8ec2f0c3cdca27ff9b9bd98c8c9494ec276b9b;p=fpc.git Timestamps in fpc documentation are hindering reproducible builds Forwarded: no Don't add the date to the footer of docs generated by fpdoc =================================================================== Gbp-Pq: Name prevent_date_in_fpcdocs.patch --- diff --git a/fpcdocs/Makefile.fpc b/fpcdocs/Makefile.fpc index f2519198..9f69d053 100644 --- a/fpcdocs/Makefile.fpc +++ b/fpcdocs/Makefile.fpc @@ -115,7 +115,7 @@ ifeq ($(HIDEPROTECTED),YES) FCLOPTS+= --hide-protected endif -FPDOCHTMLOPTS=--footer-date="mmm dd yyyy" +FPDOCHTMLOPTS= ifeq (chm,$(HTMLFMT)) HTMLSUFFIX:=.chm