Source: time Severity: normal Tags: patch User: [email protected] Usertags: timestamps X-Debbugs-Cc: [email protected]
The timezone affects the date embedded in the info page and html documentation: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/time.html /usr/share/doc/time/time.html updated·14·February·2021 vs. updated·19·March·2022 The attached patch fixes this by removing the updated date from the documentation files. The build date is not really when the content was last updated, so is a bit misleading anyways. Thanks for maintaining time! live well, vagrant
From 2048be16fa0418c231bc953e2d4350b117672ce0 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian <[email protected]> Date: Sat, 20 Feb 2021 22:28:30 +0000 Subject: [PATCH] doc/time.texi: Remove timestamp from documentation. The date the package was built is misleading about when the documentation was last updated. https://reproducible-builds.org/docs/timestamps/ --- doc/time.texi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/time.texi b/doc/time.texi index dfc0aa4..c660a66 100644 --- a/doc/time.texi +++ b/doc/time.texi @@ -11,7 +11,6 @@ This manual is for GNU @code{time} command for running programs and summarizing the system resources they use. version @value{VERSION} -updated @value{UPDATED} Copyright @copyright{} 1991-2018 Free Software Foundation, Inc. @@ -37,7 +36,6 @@ Texts. A copy of the license is included in the section entitled @title Measuring Program Resource Use @subtitle The GNU @code{time} Command @subtitle version @value{VERSION} -@subtitle updated @value{UPDATED} @author David MacKenzie @page @vskip 0pt plus 1filll @@ -54,7 +52,7 @@ Texts. A copy of the license is included in the section entitled This file documents the the GNU @code{time} command for running programs and summarizing the system resources they use. -Version @value{VERSION}, updated @value{UPDATED} +Version @value{VERSION} @end ifnottex -- 2.30.1
signature.asc
Description: PGP signature

