Your message dated Tue, 25 Aug 2026 11:18:55 +0000
with message-id <[email protected]>
and subject line Bug#1139656: fixed in node-chartjs-adapter-date-fns 3.0.0-3
has caused the Debian Bug report #1139656,
regarding node-chartjs-adapter-date-fns: 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.)


-- 
1139656: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139656
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: node-chartjs-adapter-date-fns
Version: 3.0.0-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
node-chartjs-adapter-date-fns 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   2026-06-10 09:30:30.458211182 
-0700
@@ -0,0 +1,20 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2026-06-10
+
+--- node-chartjs-adapter-date-fns-3.0.0.orig/rollup.config.js
++++ node-chartjs-adapter-date-fns-3.0.0/rollup.config.js
+@@ -4,10 +4,12 @@ const { readFileSync } = require('fs');
+ 
+ const {name, version, homepage, main, license} = 
JSON.parse(readFileSync('./package.json'));
+ 
++const epoch = Number(process.env["SOURCE_DATE_EPOCH"]);
++const timestamp = Number.isInteger(epoch) ? new Date(epoch * 1000) : new 
Date();
+ const banner = `/*!
+  * ${name} v${version}
+  * ${homepage}
+- * (c) ${new Date().getFullYear()} chartjs-adapter-date-fns Contributors
++ * (c) ${new Date().getUTCFullYear()} chartjs-adapter-date-fns Contributors
+  * Released under the ${license} license
+  */`;
+ 
--- a/debian/patches/series     2026-06-10 09:28:26.152013217 -0700
--- b/debian/patches/series     2026-06-10 09:30:29.060307825 -0700
@@ -1 +1,2 @@
 fix-for-rollup-3.patch
+reproducible-build.patch

--- End Message ---
--- Begin Message ---
Source: node-chartjs-adapter-date-fns
Source-Version: 3.0.0-3
Done: Andrew Lee (李健秋) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
node-chartjs-adapter-date-fns, 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.
Andrew Lee (李健秋) <[email protected]> (supplier of updated 
node-chartjs-adapter-date-fns 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: Tue, 25 Aug 2026 13:05:57 +0200
Source: node-chartjs-adapter-date-fns
Architecture: source
Version: 3.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Andrew Lee (李健秋) <[email protected]>
Closes: 1139656
Changes:
 node-chartjs-adapter-date-fns (3.0.0-3) unstable; urgency=medium
 .
   [ Chris Lamb ]
   * reproducible-build.patch: added. (Closes: #1139656)
Checksums-Sha1:
 6e1bf3a9cb029a90b265bf583910b1dd58c8b594 2389 
node-chartjs-adapter-date-fns_3.0.0-3.dsc
 002ac8b0eea7ea8a8b2a258173f71096322d1357 78066 
node-chartjs-adapter-date-fns_3.0.0.orig.tar.gz
 8d8ef8cf816181cbb7f5c2837a5b2196ff143f25 3000 
node-chartjs-adapter-date-fns_3.0.0-3.debian.tar.xz
 13e4d7b16a469a3a00c5d3d616a5e4332d8f2cf1 11460 
node-chartjs-adapter-date-fns_3.0.0-3_source.buildinfo
Checksums-Sha256:
 23ffa5db504bb6944e7f1efb86db17d092510553c3ee1b4971cdacb739eecccd 2389 
node-chartjs-adapter-date-fns_3.0.0-3.dsc
 e2b9d6c3478a2763eda778fa0f496122c02c8fb1237ccd97b59924f2ee52866c 78066 
node-chartjs-adapter-date-fns_3.0.0.orig.tar.gz
 19d9170628165bc4a4be6e39e3868eeb7fb1e9a015e62188f940286d0be0215f 3000 
node-chartjs-adapter-date-fns_3.0.0-3.debian.tar.xz
 99af1c07452142af36d2ad9b6ec055835abc84654969afbb7757827c2531381f 11460 
node-chartjs-adapter-date-fns_3.0.0-3_source.buildinfo
Files:
 ecf23d580f3ff4bf03ab424b1fde427f 2389 javascript optional 
node-chartjs-adapter-date-fns_3.0.0-3.dsc
 74a3a7d02de7bed998b2d2749e25fe46 78066 javascript optional 
node-chartjs-adapter-date-fns_3.0.0.orig.tar.gz
 2c1da5348870491aade2926e4af16c57 3000 javascript optional 
node-chartjs-adapter-date-fns_3.0.0-3.debian.tar.xz
 046621897ecca7e57ccbc6c0685ed427 11460 javascript optional 
node-chartjs-adapter-date-fns_3.0.0-3_source.buildinfo

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

iQIzBAEBCgAdFiEE703UlH90QYpfEyJV58vhUqwX+XMFAmqNd9UACgkQ58vhUqwX
+XN+Nw/+NxAsRhppvE5E+WuUwryTkL392QuSTUJlGrSr4Yv3Ca94f6Ds20P1INH8
jxcO6DUclqyCXatB/V3gVw8gbUyyRFkbraUiEpWX9zk0sDbBtYuojYIPy00H0f8r
mH2S53AxPw8Y/0U4L94mhkb6QB27HAWM+CRsnE4UTFzvy8P8JddznD7MBU1aH1VV
a12SU3Tng0Qm0pFv/7bVorhAynNwBSuqAn1Y236WTRtOwOoYRKuL1gtf1phH82i1
rAZS5zoP94w+9JLuoS4J3fn/5JfQIvpPgUUerfud0t7MDUAg9stXcQ8UwhHLfxB4
ah0jRy6T1zyLawhIfMXi3Wypusreiz89lVJOOb6RzK6y4JUdPF5GRodcjPG2ZYNK
kD8LDaLpXLjQz+cyM8TCu981qq7bDZ1335lNyPQ+DfrJ09hP8CxAAJyXo4MKUwQA
EqgQUZ00J+V5beJm7bZVSb1GhvYt2qI8FrdRIV4kgkoaKT3m85fjVgEsZ5Xe8qjI
qZMig8wdzV8N4ZHRz7YINFx4r1MMUhAtHsoYwCiTqAQ0IZUFztr2D6hYK5lZqi+0
sm5LARroexY0jwq2zONUIlEZRzrRHRoAzfSxN0qqtb8FVPJeUDFVVhgMAjTJfTyn
zlO8vASxqE3XdSd6gpeisro9ORjZoWW9xku34TI6GF5b9Y+ExVk=
=FA50
-----END PGP SIGNATURE-----

Attachment: pgpC1TxPYquG7.pgp
Description: PGP signature


--- End Message ---

Reply via email to