Your message dated Tue, 29 Aug 2017 12:19:25 +0000
with message-id <[email protected]>
and subject line Bug#796324: fixed in fftw3 3.3.6p2-2
has caused the Debian Bug report #796324,
regarding fftw3: please make the build reproducible
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.)


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

Hi!

While working on the "reproducible builds" effort [1], we have noticed
that fftw3 could not be built reproducibly.
The current date is embedded into documentation files.

The attached patch removes those timestamps as they provides no
useful information.

Regards,
 Reiner

[1]: https://wiki.debian.org/ReproducibleBuilds

diff --git a/debian/patches/reproducible_build.patch b/debian/patches/reproducible_build.patch
new file mode 100644
index 0000000..702ca3d
--- /dev/null
+++ b/debian/patches/reproducible_build.patch
@@ -0,0 +1,52 @@
+Author: Reiner Herrmann <[email protected]>
+Description: Remove dates from documentation to get reproducible documentation
+
+Index: fftw3-3.3.4/doc/FAQ/fftw-faq.bfnn
+===================================================================
+--- fftw3-3.3.4.orig/doc/FAQ/fftw-faq.bfnn
++++ fftw3-3.3.4/doc/FAQ/fftw-faq.bfnn
+@@ -12,7 +12,7 @@
+ \call-html startup html.refs2
+ \copyto ASCII
+             FFTW FREQUENTLY ASKED QUESTIONS WITH ANSWERS
+-                            `date '+%d %h %Y'`
++
+ 			     Matteo Frigo
+ 			   Steven G. Johnson
+  			    <[email protected]>
+@@ -28,7 +28,7 @@ END-INFO-DIR-ENTRY
+ File: $prefix.info, Node: Top, Next: Question 1.1, Up: (dir)
+ 
+             FFTW FREQUENTLY ASKED QUESTIONS WITH ANSWERS
+-                            `date '+%d %h %Y'`
++
+ 			     Matteo Frigo
+ 			   Steven G. Johnson
+ 			    <[email protected]>
+Index: fftw3-3.3.4/doc/FAQ/m-html.pl
+===================================================================
+--- fftw3-3.3.4.orig/doc/FAQ/m-html.pl
++++ fftw3-3.3.4/doc/FAQ/m-html.pl
+@@ -33,8 +33,6 @@ sub html_init {
+     print HTML "<html>\n";
+     $html_needpara= -1;
+     $html_end='';
+-    chop($html_date=`date '+%d %B %Y'`);
+-    chop($html_year=`date '+%Y'`);
+ }
+ 
+ sub html_startup {
+@@ -70,11 +68,10 @@ END
+ }
+ 
+ sub html_close {
+-    print HTML $html_end,"<address>\n$user_author\n";
+-    print HTML "- $html_date\n</address><br>\n";
++    print HTML $html_end,"<address>\n$user_author\n</address><br>\n";
+     print HTML "Extracted from $user_title,\n";
+     print HTML "<A href=\"$html_copyrighthref\">" if length($html_copyrighthref);
+-    print HTML "Copyright &copy; $html_year $user_copyholder.";
++    print HTML "Copyright &copy; 2015 $user_copyholder.";
+     print HTML "</A>" if length($html_copyrighthref);
+     print HTML "\n</body></html>\n";
+     close(HTML);
diff --git a/debian/patches/series b/debian/patches/series
index 81a516c..0aadf6c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-runtime-neon-detection.patch
+reproducible_build.patch

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: fftw3
Source-Version: 3.3.6p2-2

We believe that the bug you reported is fixed in the latest version of
fftw3, 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.
Paul Brossier <[email protected]> (supplier of updated fftw3 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, 21 Aug 2017 16:41:11 +0200
Source: fftw3
Binary: libfftw3-3 libfftw3-single3 libfftw3-double3 libfftw3-long3 
libfftw3-quad3 libfftw3-bin libfftw3-mpi3 libfftw3-dev libfftw3-mpi-dev 
libfftw3-doc libfftw3-dbg
Architecture: source
Version: 3.3.6p2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Paul Brossier <[email protected]>
Description:
 libfftw3-3 - Library for computing Fast Fourier Transforms
 libfftw3-bin - Library for computing Fast Fourier Transforms - Tools
 libfftw3-dbg - Library for computing Fast Fourier Transforms - debug symbols
 libfftw3-dev - Library for computing Fast Fourier Transforms - development
 libfftw3-doc - Documentation for fftw version 3
 libfftw3-double3 - Library for computing Fast Fourier Transforms - Double 
precision
 libfftw3-long3 - Library for computing Fast Fourier Transforms - Long precision
 libfftw3-mpi-dev - MPI Library for computing Fast Fourier Transforms - 
development
 libfftw3-mpi3 - MPI Library for computing Fast Fourier Transforms
 libfftw3-quad3 - Library for computing Fast Fourier Transforms - Quad precision
 libfftw3-single3 - Library for computing Fast Fourier Transforms - Single 
precision
Closes: 796324
Changes:
 fftw3 (3.3.6p2-2) unstable; urgency=medium
 .
   * debian/patches/reproducible_build.patch: include patch from Reiner
     Herrmann to improve reproducibility (closes: #796324)
   * debian/control: bump standards-version to 4.1.0, no changes required
   * debian/libfftw3-3.dirs: deleted to avoid empty directory
Checksums-Sha1:
 6d348fd280ec421b3101e0d4f23c74b90900b1ba 3081 fftw3_3.3.6p2-2.dsc
 ce9952aeb296d5cac2307ad193bf00a303c306d7 13584 fftw3_3.3.6p2-2.debian.tar.xz
 f9dee3ff6d6a44cf9e117a24785c979eca6dd826 10704 fftw3_3.3.6p2-2_i386.buildinfo
Checksums-Sha256:
 ad08684ec0e6eb1b74b473c676c81826183b026936fe202e182ef3dae04e3720 3081 
fftw3_3.3.6p2-2.dsc
 6027906dcd9ff00d1005a621ff2999f1ce926512a069b3f5bd4caf6a36a2cbc7 13584 
fftw3_3.3.6p2-2.debian.tar.xz
 c42cf98b09ceadf964caff2352fd4d6d14ca2a18acb06ced27a5306fc30ebba2 10704 
fftw3_3.3.6p2-2_i386.buildinfo
Files:
 d47bfe71da120637a3941a848d46aad5 3081 libs optional fftw3_3.3.6p2-2.dsc
 0cf79c4ec31f0066cc6666078ed324cd 13584 libs optional 
fftw3_3.3.6p2-2.debian.tar.xz
 5f48f28ee795b80e62a446861374c2cf 10704 libs optional 
fftw3_3.3.6p2-2_i386.buildinfo

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

iQKkBAEBCgCOFiEEuIpQctSRWuz4GiQ0akmxlyir3ZIFAlmlWnRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEI4
OEE1MDcyRDQ5MTVBRUNGODFBMjQzNDZBNDlCMTk3MjhBQkREOTIQHHBpZW1AZGVi
aWFuLm9yZwAKCRBqSbGXKKvdkp4AD/4h3cbzDoQwPJbneDVkRxsvzvz03TtXENdM
6l92/M0rlLnFzdSG7icfj8PotdIMT9TL/ew0q+SAYSaJI/7epfaV8VnqIbFIBtQf
dGmGn4vHrEEWDO29kwzOEJtkh44gXvg7JGofwXmmZF6Qh3ye5ksAgeqwiWGuVyQj
p1i28Grl4yuLk28CoL8ECk4BjvSFSGpuVz2ZncPF5xEmapfvmQ6YJzjny2fTGCI+
aIbn2wf7ayhCx/jS8XqJ25i+ma7HSZRndlisHVuAE4hvW6zP4UIkk/3+TcQ7WaXr
mqzqWrKOv1FSR4f8oS50AWvqj/zdAOEd5bFz3Acz4Uf9y/BtWL+aIuQVttUY023Z
uehaxIGw6O/sp3S61sj1pFupEAUsUdPvbv/j5g8QFPZ546rhUV8XxFxyB1wKY4hO
4vUO2vVt4CdCwElKY6e6s2wPYlasPlNjLm659eEg08t/PhB6O+IioM4oHBY/W3yM
evpNPg0asnjTjFinMWL/rumOl+Yef1Ucq9iiydW7/g+PJfBW6dn3byg59a+dMaMK
raMZMOLgYurbNo9/fPDDPVAOJhr8UVZbKqYUpkSKAWpqQrU2yRaCFxk9oPJIHkLl
eXE99SR95nOUR5jSo4jiIz/lV1QFW7yT/K3seqRIlquMJGDcu7GG3E15MjPnZeSP
SRrOEKW/KQ==
=JrG0
-----END PGP SIGNATURE-----

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

Reply via email to