Description: Make the build reproducible
Author: Chris Lamb <lamby@debian.org>
Last-Update: 2026-06-01

--- nfstest-3.2.orig/tools/create_manpage.py
+++ nfstest-3.2/tools/create_manpage.py
@@ -524,7 +524,7 @@ def create_manpage(src, dst):
         progname = os.path.splitext(usage.split()[0])[0]
 
     pname = progname.split('.')[-1]
-    datestr = time.strftime("%e %B %Y")
+    datestr = time.strftime("%e %B %Y", time.gmtime(int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))))
 
     # Open man page to create
     fd = open(manpage, 'w')
