summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2017-06-24 17:37:01 +0200
committerAndrew Shadura <andrewsh@debian.org>2017-06-24 17:38:07 +0200
commit9534c50956a3a5d97328a2d74e15f5b82c8b8382 (patch)
tree04ee58ffe6721f58803a3221950617f43e99742b
parent281ebf453c6d4cfb535d97f0d2158b1f68be8d22 (diff)
Make the PDF footers reproducible
Closes: 865751
-rw-r--r--debian/patches/reproducible_build2.patch16
-rw-r--r--debian/patches/series1
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/reproducible_build2.patch b/debian/patches/reproducible_build2.patch
new file mode 100644
index 0000000..357223f
--- /dev/null
+++ b/debian/patches/reproducible_build2.patch
@@ -0,0 +1,16 @@
+From: Chris Lamb <lamby@debian.org>
+Date: 2017-06-24 14:27:26.476641008 +0100
+Subject: Make the build reproducible
+
+--- 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}
diff --git a/debian/patches/series b/debian/patches/series
index b2026fe..c1f1f72 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
reproducible_build.patch
+reproducible_build2.patch