File: 30_remove_C_TIMEDATE.patch

package info (click to toggle)
ht 2.1.0%2Brepack1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,852 kB
  • sloc: cpp: 88,922; ansic: 12,693; sh: 4,083; lex: 226; makefile: 185; yacc: 128
file content (18 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: remove __TIMEDATE__ C preprocessors
 in order to make the build reproducible
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2015-06-21

Index: ht-2.1.0/main.cc
===================================================================
--- ht-2.1.0.orig/main.cc
+++ ht-2.1.0/main.cc
@@ -47,7 +47,7 @@
 
 const char *htcopyrights[]=
 {
-	ht_name" "ht_version" (%s) "__TIME__" on "__DATE__,
+	ht_name" "ht_version,
 	ht_copyright1,
 	ht_copyright2,
 	NULL