Hi,
> nfstrace: please make the PDF footers reproducible
Attaching patch. :)
Regards,
--
,''`.
: :' : Chris Lamb, Debian Project Leader
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/patches/reproducible_build2.patch 1970-01-01 01:00:00.000000000
+0100
--- b/debian/patches/reproducible_build2.patch 2017-06-24 14:27:26.476641008
+0100
@@ -0,0 +1,16 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2017-06-24
+
+--- nfstrace-0.4.3.1.orig/docs/nfstrace_manual.tex
++++ nfstrace-0.4.3.1/docs/nfstrace_manual.tex
+@@ -54,7 +54,8 @@
+ \fancyfoot[L]{Nfstrace User and Developer Manual}% \fancyfoot[R]{\thepage}
+ \renewcommand{\headrulewidth}{0.4pt}% Default \headrulewidth is 0.4pt
+ \renewcommand{\footrulewidth}{0.4pt}% Default \footrulewidth is 0pt
+-\rfoot{\today}
++\rfoot{\thepage}
++\cfoot{}
+
+ %
==============================================================================
+ \begin{document}
--- a/debian/patches/series 2017-06-24 14:11:32.784479266 +0100
--- b/debian/patches/series 2017-06-24 14:27:25.032634684 +0100
@@ -1 +1,2 @@
reproducible_build.patch
+reproducible_build2.patch