From 9534c50956a3a5d97328a2d74e15f5b82c8b8382 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 24 Jun 2017 17:37:01 +0200 Subject: Make the PDF footers reproducible Closes: 865751 --- debian/patches/reproducible_build2.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) create mode 100644 debian/patches/reproducible_build2.patch 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 +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 -- cgit v1.2.3