Your message dated Mon, 19 Jun 2023 16:06:27 +0000
with message-id <[email protected]>
and subject line Bug#977529: fixed in vtk7 7.1.1+dfsg3-1
has caused the Debian Bug report #977529,
regarding vtk7: reproducible builds: build timestamps in documentation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
977529: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977529
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: vtk7
Severity: normal
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

Many documentation files embed the build timestamp.

  
https://tests.reproducible-builds.org/debian/rb-pkg/bullseye/amd64/diffoscope-results/vtk7.html

  ./usr/share/doc/vtk7/html/c2_vtk_e_0.html

  53 
<li>465·class(es)·in·416·file(s)·from·directories·matching·<code>^Examples$</code>·on·Tue·Jan·4·00:10:04·2022</li>
  53 
<li>465·class(es)·in·416·file(s)·from·directories·matching·<code>^Examples$</code>·on·Wed·Dec·2·21:09:51·2020</li>


The attached patch fixes this by removing calls from localtime when
generating the documentation.


Thanks for maintaining vtk7!


live well,
  vagrant
From c1f329335e4be0e7036f8cf44aa69683e89cc1c9 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <[email protected]>
Date: Wed, 16 Dec 2020 02:39:40 +0000
Subject: [PATCH 3/3] Remove timestamps from documentation.

---
 Utilities/Doxygen/doc_class2example.pl | 2 +-
 Utilities/Doxygen/doc_codematch.pl     | 2 +-
 Utilities/Doxygen/doc_index.pl         | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/Utilities/Doxygen/doc_class2example.pl b/Utilities/Doxygen/doc_class2example.pl
index 3d42ee2..1b9cb5f 100755
--- a/Utilities/Doxygen/doc_class2example.pl
+++ b/Utilities/Doxygen/doc_class2example.pl
@@ -510,7 +510,7 @@ my (@summary, @credits, @legend);
 
 push @summary,
   "  - " . scalar @words . " class(es) in " .
-  scalar @parsable . " file(s) from directories matching \@c " . $args{"dirmatch"} . " on " . localtime();
+  scalar @parsable . " file(s) from directories matching \@c " . $args{"dirmatch"};
 
 push @summary,
   "  - " . scalar @parsers . " parser(s) : [" . join(", ", @parsers) . "]";
diff --git a/Utilities/Doxygen/doc_codematch.pl b/Utilities/Doxygen/doc_codematch.pl
index 8c006b2..307c40b 100755
--- a/Utilities/Doxygen/doc_codematch.pl
+++ b/Utilities/Doxygen/doc_codematch.pl
@@ -282,7 +282,7 @@ my $header;
 my (@summary, @credits);
 
 push @summary,
-  "  - $nb_files implementation file(s) returning " . scalar (keys %allmatches) . " word(s) for " . scalar (keys %allclasses) . " classe(es) on " . localtime(),
+  "  - $nb_files implementation file(s) returning " . scalar (keys %allmatches) . " word(s) for " . scalar (keys %allclasses) . " classe(es)",
   "  - $nb_replaced_files file(s) updated";
 
 push @credits,
diff --git a/Utilities/Doxygen/doc_index.pl b/Utilities/Doxygen/doc_index.pl
index 029f8da..1a4d4f3 100755
--- a/Utilities/Doxygen/doc_index.pl
+++ b/Utilities/Doxygen/doc_index.pl
@@ -440,8 +440,7 @@ my $header;
 my (@summary, @credits);
 
 push @summary,
-  "  - $nb_files file(s) indexed by " . scalar @words . " word(s) on " .
-  localtime(),
+  "  - $nb_files file(s) indexed by " . scalar @words . " word(s)";
   "  - max limit is " . $args{"limit"} . " xref(s) per word";
 
 push @credits,
-- 
2.29.2

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: vtk7
Source-Version: 7.1.1+dfsg3-1
Done: Bas Couwenberg <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vtk7, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <[email protected]> (supplier of updated vtk7 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 19 Jun 2023 13:29:36 +0200
Source: vtk7
Architecture: source
Version: 7.1.1+dfsg3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 977529 977530 977531 1038619
Changes:
 vtk7 (7.1.1+dfsg3-1) unstable; urgency=medium
 .
   * Team upload.
   * Update watch file to use GitHub tags instead of releases.
   * Don't exclude vtknetcdf from repacked upstream tarball.
   * Update copyright file for NetCDF sources.
   * Don't use system NetCDF.
     (closes: #1038619)
   * Add patches by Vagrant Cascadian for reproducible builds.
     (closes: #977529, #977530, #977531)
Checksums-Sha1:
 af29abd7771c945423aac4cd34c8445e07d6507b 3890 vtk7_7.1.1+dfsg3-1.dsc
 ffff59c94d3c393295378d078bdf2402035d3194 13918588 vtk7_7.1.1+dfsg3.orig.tar.xz
 3eb48354d33a86d55f01a9b1ad0539966fbc922f 36588 vtk7_7.1.1+dfsg3-1.debian.tar.xz
 ed955845cc35213ae0016cfa6e1dcc09bd3cb804 40483 
vtk7_7.1.1+dfsg3-1_amd64.buildinfo
Checksums-Sha256:
 360bde283ce03cbd4f10d0d7322727b23caa8116e3765b08ee7fc68c387e8c7b 3890 
vtk7_7.1.1+dfsg3-1.dsc
 39f6c28b3732bdb34d133da51a652a56ed5ef6412d483639f5e87da4f69724c6 13918588 
vtk7_7.1.1+dfsg3.orig.tar.xz
 498a53df9e555e2a94cfbe2e489e273f3bc3e1405a1fbfde567d4157199659bd 36588 
vtk7_7.1.1+dfsg3-1.debian.tar.xz
 a728ec5f18e3690e91b0c71e16edd3a0fd6c79cf1e2218ab0718a72190da61b8 40483 
vtk7_7.1.1+dfsg3-1_amd64.buildinfo
Files:
 21d18ae2acb313c8fd3fbe3049b1667f 3890 graphics optional vtk7_7.1.1+dfsg3-1.dsc
 53fc09f5634d10f23431fe3fc81d4041 13918588 graphics optional 
vtk7_7.1.1+dfsg3.orig.tar.xz
 eaad1605b0f5c26bf76a8759595071f8 36588 graphics optional 
vtk7_7.1.1+dfsg3-1.debian.tar.xz
 44106aa6b9b1b2c3081d81dfe8c26abb 40483 graphics optional 
vtk7_7.1.1+dfsg3-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmSQcv0ACgkQZ1DxCuiN
SvG6NBAAi5hsafa1gkdPZtuXgyGJmuD0CBPoj3zjn1mhZX5RFm4yEtb6QdB6ppVZ
gUQr19mrwivkQccDlqJ8QIEdcXZmGFFLSkQZsyojJXr8NLFp/P7B4B5OA4dYuTki
P3vaH+9PIEYGyJXJYbP2c1WKiAhdT+5P+baBmi5NbANZqYS7lltbWR8LiXjIm+ln
ugvlVa0Eh4tCoayGwj7Wg9j1CPAGVtuHaIpI8rbM/ILooFUruVSnA2Ps2w+o/FrQ
BVTnlSJTzWIr7Mceefr34G4R7MZiz6QcvVAgLVkyfJrT7CPDrl5f4ZDsoR37CEgR
OQxZYv2/E8ZNmCp6fH6ZtK8aY3aCdx38w07BeA46Zxp+GcEmRLCJt3gwI4hIRxQB
EnBP65113SEzytjOLZ/RZMpMfjVK9bLxmxc4rG0/kPBDrXeo0cf2KWwZDqPqWM3Q
h+ocvRIyte4dfKUHhAWV0SpeGkdCc1EZR9nJp7p2KEEApkeztXXN5mcuj0DpYryC
2/MO0FywFBYruZs2/hLjcBidxezJOGZybs1bwQhET3ZzPdJqHxpDq04oTDyA4K4K
G4lhC28R1PMzd3gyUoenUdfcRdzZcyzhMlE/tVKNMuRo0bsSU4RJPBoYWza8ZkX7
FooSBrp+sBwgTt1+L2IUbp7kJC5f4ireQ1xOH8f862twq6K3o1c=
=1/2a
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to