Your message dated Thu, 28 May 2020 06:33:58 +0000 with message-id <[email protected]> and subject line Bug#961657: fixed in vows 0.8.3-3 has caused the Debian Bug report #961657, regarding vows: 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.) -- 961657: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961657 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: vows Version: 0.8.3-2 Severity: wishlist Tags: patch User: [email protected] Usertags: umask X-Debbugs-Cc: [email protected] Hi, Whilst working on the Reproducible Builds effort [0] we noticed that vows could not be built reproducibly. This is because the package overrides dh_fixperms but does not call dh_fixperms itself and so files will vary on the umask in use during the build. (This should have been detected by Lintian via the override_dh_fixperms-does-not-call-dh_fixperms tag — if not, please file a bug against that package.) Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `---- a/debian/rules 2020-05-27 11:12:32.533462628 +0100 --- b/debian/rules 2020-05-27 11:24:46.417886895 +0100 @@ -4,4 +4,5 @@ dh $@ --with nodejs override_dh_fixperms: + dh_fixperms chmod +x debian/node-vows/usr/share/nodejs/vows/bin/vows
--- End Message ---
--- Begin Message ---Source: vows Source-Version: 0.8.3-3 Done: Xavier Guimard <[email protected]> We believe that the bug you reported is fixed in the latest version of vows, 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. Xavier Guimard <[email protected]> (supplier of updated vows 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: Thu, 28 May 2020 07:41:56 +0200 Source: vows Architecture: source Version: 0.8.3-3 Distribution: unstable Urgency: medium Maintainer: Debian Javascript Maintainers <[email protected]> Changed-By: Xavier Guimard <[email protected]> Closes: 961657 Changes: vows (0.8.3-3) unstable; urgency=medium . * Call dh_fixperms during override (Closes: #961657) Checksums-Sha1: 14026aa45b89d02a3f76367f5e36880f56bf0f18 2035 vows_0.8.3-3.dsc c48a1ea2c3ef3c5d3647b5118200586bc390173f 5772 vows_0.8.3-3.debian.tar.xz Checksums-Sha256: ea3ec0d21624dc8082558de19e46e0c4d7343ab30619b15632035c6647ae68c7 2035 vows_0.8.3-3.dsc 9e34b23650fed2060833fc024dcb34686ad7b29ee611e039a81eb4d2b13bd14e 5772 vows_0.8.3-3.debian.tar.xz Files: 238b7a24463309312b5eeac29c01d406 2035 javascript optional vows_0.8.3-3.dsc aa55d0e7679e4ff92e2377ad8ab3f627 5772 javascript optional vows_0.8.3-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl7PVqwACgkQ9tdMp8mZ 7un/hw/9GfnMobU1/gUc4lyt4qCClr+jby4DZlfLJwgMKayL3y6viAgg6bF2Uxg7 ip6ipimwfY5jG7SXj+VFd0f3ltts1nPZFjz5QJTjVGG5q/snqhlPHpMwe/SB4JNB aVbdz+gO/3Vk35+NrBL2jpB82YvMP1r3WsRHXIxYdyWMxDSDtXwgif0Nx2JctZ/M TZ24z2tMinCBe9ow/n+lbW2kq6w0Okme7jKLI01J++Bna1sl/+C78g0ZdM4WoV0m QEclxjSApUPj66ZLjx85cx5ALmPBaX+WcFxjyvI0YIc5nlgnTABbr2+Qjem9RTBE xT0q7QBIGbdibCHUM7ys/I57A50sjfbHPC0WsNbA7PJXuXMpImJj5cdZeelDAb/S /ThMZDaNw426I67kYY5tGix1tvR/lBFQBKnjdTXVfe3W0sZJjyvuclGVyGvDAUke lJOYnlWMydZCQPgXpns4YVXyAU/ZkVmJTsdBqdyKq01mDDMd188H3Pqf6sQYibO7 eYmhHXQ4O6yKMfNI4nKhl65EBhyq2df/B3+TYdy0RgQbDMAPivp1aQXC90o04HYk NksouHE1lTXVTvEgzz1blwJ3h7bQRhF/FWqyJGga22fSvAdjQxFOAAzcpt2u0qwm UqYauGMOEsM/kgVFBniGsCU+6Yh+D44pJY+XFay1EU2jgxflM3I= =jyMb -----END PGP SIGNATURE-----
--- End Message ---
-- Pkg-javascript-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
