Your message dated Mon, 12 Sep 2022 19:32:40 +0530
with message-id <[email protected]>
and subject line Re: python-fluids: please make the build reproducible
has caused the Debian Bug report #1004391,
regarding python-fluids: 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.)


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

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
python-fluids could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/patches/reproducible-build.patch   1969-12-31 16:00:00.000000000 
-0800
--- b/debian/patches/reproducible-build.patch   2022-01-26 07:56:28.105224591 
-0800
@@ -0,0 +1,21 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2022-01-26
+
+--- python-fluids-1.0.9.orig/docs/conf.py
++++ python-fluids-1.0.9/docs/conf.py
+@@ -77,8 +77,13 @@ master_doc = 'index'
+ 
+ # General information about the project.
+ project = u'Fluids'
++import os
++import time
+ import datetime
+-copyright = u'2016 - %s, Caleb Bell <[email protected]>' 
%datetime.datetime.now().year
++build_date = datetime.datetime.utcfromtimestamp(
++    int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))
++)
++copyright = u'2016 - %s, Caleb Bell <[email protected]>' % 
build_date.year
+ 
+ # The version info for the project you're documenting, acts as replacement for
+ # |version| and |release|, also used in various other places throughout the
--- a/debian/patches/series     2022-01-26 07:44:49.337938744 -0800
--- b/debian/patches/series     2022-01-26 07:56:27.369225246 -0800
@@ -2,3 +2,4 @@
 remove-shields-dot-io-images.patch
 use-debian-mathjax.patch
 fix-online-tests.patch
+reproducible-build.patch

--- End Message ---
--- Begin Message ---
Version: 1.0.22-1

This patch was merged with version 1.0.17, and on quickly checking, this is
present in also the version that I uploaded today.
Hence, I am closing this bug.

Thanks Chris!

On Wed, 26 Jan 2022 11:06:20 -0500 (EST) "Chris Lamb" <[email protected]> wrote:
> Source: python-fluids
> Version: 1.0.9-1
> Severity: wishlist
> Tags: patch
> User: [email protected]
> Usertags: timestamps
> X-Debbugs-Cc: [email protected]
> 
> Hi,
> 
> Whilst working on the Reproducible Builds effort [0] we noticed that
> python-fluids could not be built reproducibly.
> 
> Patch attached.
> 
>  [0] https://reproducible-builds.org/
> 
> 
> Regards,
> 
> -- 
>       ,''`.
>      : :'  :     Chris Lamb
>      `. `'`      [email protected] / chris-lamb.co.uk
>        `-

-- 
Best,
Nilesh

Attachment: signature.asc
Description: 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