Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37533925
en ru br
ALT Linux repos
S:3.2.2-alt4
D:2.2.2-alt1
5.0: 2.2.4-alt1
4.1: 2.2.0-alt3
4.0: 2.2.0-alt2
3.0: 1.0.10-alt1

Group :: Development/Other
RPM: fpc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: fpc-prevent_date_in_fpcdocs.patch
Download


Description: Timestamps in fpc documentation are hindering reproducible builds
 Don't add the date to the footer of docs generated by fpdoc
Author: Paul Gevers <elbrus@debian.org>
Forwarded: no
Index: fpc/fpcdocs/Makefile.fpc
===================================================================
--- fpc.orig/fpcdocs/Makefile.fpc
+++ fpc/fpcdocs/Makefile.fpc
@@ -109,7 +109,7 @@ ifeq ($(HIDEPROTECTED),YES)
 FCLOPTS+= --hide-protected
 endif
 
-FPDOCHTMLOPTS=--footer-date="mmm dd yyyy"
+FPDOCHTMLOPTS=
 
 ifeq (chm,$(HTMLFMT))
   HTMLSUFFIX:=.chm
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin