Your message dated Mon, 12 Feb 2024 17:49:38 +0000
with message-id <[email protected]>
and subject line Bug#983033: fixed in golang-github-revel-revel 1.0.0-3
has caused the Debian Bug report #983033,
regarding golang-github-revel-revel: 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.)
--
983033: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983033
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-revel-revel
Version: 1.0.0-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: buildpath
X-Debbugs-Cc: [email protected]
Hi,
Whilst working on the Reproducible Builds effort [0] we noticed that
golang-github-revel-revel could not be built reproducibly.
This is because during the test phase it appends various bits of
logging info to a file called "none" which is then installed under
/usr/share/gocode/src/github.com/revel/revel.
Patch attached that removes this (presumably unnecessary) file prior
to the binary package being created.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2021-02-18 12:54:25.624261668 +0000
--- b/debian/rules 2021-02-18 12:59:08.292110927 +0000
@@ -7,3 +7,6 @@
execute_after_dh_auto_configure:
cp -av $(CURDIR)/debian/go/src _build/src/github.com/revel/revel/vendor
+
+execute_after_dh_auto_test:
+ find _build -name "none" -delete
--- End Message ---
--- Begin Message ---
Source: golang-github-revel-revel
Source-Version: 1.0.0-3
Done: Simon Josefsson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
golang-github-revel-revel, 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.
Simon Josefsson <[email protected]> (supplier of updated
golang-github-revel-revel 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: SHA256
Format: 1.8
Date: Mon, 12 Feb 2024 18:17:28 +0100
Source: golang-github-revel-revel
Architecture: source
Version: 1.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Simon Josefsson <[email protected]>
Closes: 983033
Changes:
golang-github-revel-revel (1.0.0-3) unstable; urgency=medium
.
[ Simon Josefsson ]
* Team upload.
* Bump Standards-Version to 4.6.2.
* Silence update-debian-copyright.
* Tag Debian-only patch as Forwarded: not-needed.
.
[ Aloïs Micard ]
* Make the build reproducible (Closes: #983033).
Checksums-Sha1:
a659c14da9656783f0eceb799884324fc5d5c627 2075
golang-github-revel-revel_1.0.0-3.dsc
7b990ac54b967cb0230fcc226bd4fe2b84669e50 37324
golang-github-revel-revel_1.0.0-3.debian.tar.xz
7caf9dfb1e6db929b64c5c23df1506da7650f61f 7077
golang-github-revel-revel_1.0.0-3_amd64.buildinfo
Checksums-Sha256:
937e22234c83edfa563aa522572988521b2f3176fffd406e3a772a578dcb1009 2075
golang-github-revel-revel_1.0.0-3.dsc
f692efc7c9a091f421f5ff370df440e8a751ed805ab783553fae8e610cb46498 37324
golang-github-revel-revel_1.0.0-3.debian.tar.xz
e5692e6aa5a4dd59762af6705337864260ab682760d68b75eda2a72d4fae3ed8 7077
golang-github-revel-revel_1.0.0-3_amd64.buildinfo
Files:
968152eab859ac971d70e3d9ecb0f55f 2075 golang optional
golang-github-revel-revel_1.0.0-3.dsc
a213b777e2ee50b697f7601a8cd7dbf8 37324 golang optional
golang-github-revel-revel_1.0.0-3.debian.tar.xz
83eba5e50298fd36737f9d077385b53d 7077 golang optional
golang-github-revel-revel_1.0.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYIADIWIQSjzJyHC50xCrrUzy9RcisI/kdFogUCZcpXHhQcc2ltb25Aam9z
ZWZzc29uLm9yZwAKCRBRcisI/kdFomwwAQCv3u2r2iu56tqnTCdmH38biFh2Yb2q
0GRPz7r1DdByiAD/RPZsDdra5h+XjawofVzIpmK+2rG6tlMkDwufA+Y6+QU=
=hD/Y
-----END PGP SIGNATURE-----
pgpjZXf3Os6eI.pgp
Description: PGP signature
--- End Message ---