File: 0007-remove-timestamp.patch

package info (click to toggle)
docbook-to-man 1%3A2.0.0-49
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,824 kB
  • sloc: ansic: 5,843; makefile: 155; sh: 28
file content (24 lines) | stat: -rw-r--r-- 860 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Chris Lamb <lamby@debian.org>
Date: Fri, 12 May 2017 10:49:00 +0200
Subject: remove-timestamp

Capturing the current time during builds prevent packages from building
reproducibly. One can already know when a manpage has been generated by looking
at the file creation time.
---
 Transpec/docbook-to-man.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Transpec/docbook-to-man.ts b/Transpec/docbook-to-man.ts
index c466a8f..98803e7 100644
--- a/Transpec/docbook-to-man.ts
+++ b/Transpec/docbook-to-man.ts
@@ -60,7 +60,7 @@ GI:		REFENTRY
 #StartText:	^'\\" t^${_action 1001}
 StartText:	^${_action 1001}.TH "${_followrel descendant REFENTRYTITLE 1000}"
 		"${_followrel descendant MANVOLNUM 1000}"^
-EndText:	^.\\" created by instant / docbook-to-man, ${date}^
+EndText:	^.\\" created by instant / docbook-to-man^
 -
 #
 GI:		DOCINFO