Your message dated Thu, 27 Aug 2026 22:05:14 +0000
with message-id <[email protected]>
and subject line Bug#1145914: fixed in 
golang-github-adamkorcz-go-fuzz-headers-1 0.0~git20230919.8b5d3ce-4
has caused the Debian Bug report #1145914,
regarding golang-github-adamkorcz-go-fuzz-headers-1: 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.)


-- 
1145914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1145914
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-adamkorcz-go-fuzz-headers-1
Version: 0.0~git20230919.8b5d3ce-3
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: nocheck
X-Debbugs-Cc: [email protected]

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed that
golang-github-adamkorcz-go-fuzz-headers-1 could not be built reproducibly.

This is because the testsuite does not 100% clean up after itself, leaving
a "seed1" file that gets installed to the binary package. This means that
if the tests are skipped, then the package will differ as this file will
not be generated.

Patch attached that simply deletes this file after running the tests. I
think it also could be excluded via:

  export DH_GOLANG_EXCLUDES := /seed1


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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2026-08-27 10:51:55.402207832 -0700
--- b/debian/rules      2026-08-27 11:54:30.623071689 -0700
@@ -7,3 +7,4 @@
 override_dh_auto_test:
        -dh_auto_test $(DH_BUILD_OPTS) -- -run=$(SKIP)
        dh_auto_test $(DH_BUILD_OPTS) -- -skip=$(SKIP)
+       rm -f _build/src/github.com/AdamKorcz/go-fuzz-headers-1/seed1

--- End Message ---
--- Begin Message ---
Source: golang-github-adamkorcz-go-fuzz-headers-1
Source-Version: 0.0~git20230919.8b5d3ce-4
Done: Simon Josefsson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-adamkorcz-go-fuzz-headers-1, 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-adamkorcz-go-fuzz-headers-1 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, 27 Aug 2026 23:45:09 +0200
Source: golang-github-adamkorcz-go-fuzz-headers-1
Architecture: source
Version: 0.0~git20230919.8b5d3ce-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Simon Josefsson <[email protected]>
Closes: 1145914
Changes:
 golang-github-adamkorcz-go-fuzz-headers-1 (0.0~git20230919.8b5d3ce-4) 
unstable; urgency=medium
 .
   [ Chris Lamb ]
   * Make the build reproducible (Closes: #1145914)
Checksums-Sha1:
 d068e55611bf5dcf9036150a6132b4a6e64bb3e1 2881 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4.dsc
 4ee5f963ae88ba8d6da40ca56656f69c68a77e9a 2840 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4.debian.tar.xz
 2e42c12c675818444b81357c8502370997361fab 63748 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4.git.tar.xz
 25f790e6ba248356d8af3ec10d38c5b31a2a05a3 17876 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4_source.buildinfo
Checksums-Sha256:
 f9f93c66eebcd60cffedab05b2c4e97d63c6c30f29cf48d3bde413b0e7923b9f 2881 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4.dsc
 4c571f424abba2146a7fa14ee7a45363c4f49d73721dd1b83a7abd5c5eb753b1 2840 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4.debian.tar.xz
 17ac0a04a5535fcc67ccfe3f24b56fb7b9cd2732f84a6f3d7f93a47ce8e029df 63748 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4.git.tar.xz
 b5382501ff653a86cce5b555d3500c733405b34efd57c8d9b6938e534024a344 17876 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4_source.buildinfo
Files:
 1be292a2679d5412f389c4b931d59cb3 2881 golang optional 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4.dsc
 70771a0c04e89f0ba3716e7595bcf344 2840 golang optional 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4.debian.tar.xz
 190c25d32a5751ff4f593b996ee20a92 63748 golang None 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4.git.tar.xz
 a2ac63eff6dc6ceb5b381d8bdb27efb8 17876 golang optional 
golang-github-adamkorcz-go-fuzz-headers-1_0.0~git20230919.8b5d3ce-4_source.buildinfo
Git-Tag-Info: tag=a3873979fc9456d3650eb64a976796c719161825 
fp=a3cc9c870b9d310abad4cf2f51722b08fe4745a2
Git-Tag-Tagger: Simon Josefsson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmqQsGgACgkQYG0ITkaD
wHmgkhAA3Wu23QfRPj9X6iZIteVASjOyZ5ZNuSR+++TEuvlXWc0S7TpT1YhA3MmH
O28isR1V+Ijp+lgTSF8OrOgqPjyW6kqhzA3NWQWir/xb12G5el7pdR/VzMLZCaD/
0YozJI6YXbo0cBTgQ0gRc9nbRYFp3Z94bxVQmgsbryxeC0aYQSXchtPp7aObmkB8
DYwohgN+eiwD3wcEhLeZc/fJ7I8LhYBenxZ+QL0Co2LBc3qpw+pox1i1r208aSYO
6W58xKH57J2nbDVDitN/QlkcS/wvUTsAlq61KjHBeffoBNGc79MKA72hnvm/5I/L
bM4k2SV6I6rpXDex9i1ZDkpeWZc4T0x7ek/GMaNn5HFPNj/harT/bXfT/hy3UmHF
7jMuJ7bsjby7puP1gowaFZAjiOVhuUhnyabdDIqKAwj9KR0znycM3VOYqmwV4zIq
3HQCAGW0yTMJdQt0F4WN4zcvZXFmY2NNcyC/sAORzoImEeX0mCgzbPrccrKqcdX4
bh5oscPA3y2uQzuzfuskfoTUMED7+Y1GbBXF5QpadUHvujBjr9rtjdeYsV9c/npC
2fV4mMPudmBQ4VbzuYfooYvor3zbdh4CBzUrnFvXhdoftvTiFvdBfo/sC/9Z7Df8
x1qpTy3Paj0Trn7BgQB1/jJGQ/1+zWP3YnU4wozI7C2ozJDtzpY=
=cgnq
-----END PGP SIGNATURE-----

Attachment: pgpIBj3GotUkA.pgp
Description: PGP signature


--- End Message ---

Reply via email to