File: 01_reproducible-docs.patch

package info (click to toggle)
glfw3 3.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,732 kB
  • sloc: ansic: 63,945; objc: 2,112; xml: 63; sh: 39; makefile: 24
file content (22 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: James Cowgill <james410@cowgill.org.uk>
Date: Fri, 24 Jun 2016 19:13:09 +0100
Subject: Remove the date from the documentation footer to make the build
 reproducible.

Forwarded: no
---
 docs/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/footer.html b/docs/footer.html
index b0434ca..f28b098 100644
--- a/docs/footer.html
+++ b/docs/footer.html
@@ -1,6 +1,6 @@
 <address class="footer">
 <p>
-Last update on $date for $projectname $projectnumber
+$projectname $projectnumber
 </p>
 </address>
 </body>