Your message dated Wed, 10 Dec 2025 22:57:07 +0000
with message-id <[email protected]>
and subject line Bug#1122392: fixed in golang-forgejo-forgejo-levelqueue 1.0.0-4
has caused the Debian Bug report #1122392,
regarding golang-forgejo-forgejo-levelqueue: 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.)
--
1122392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122392
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-forgejo-forgejo-levelqueue
Version: 1.0.0-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-forgejo-forgejo-levelqueue could not be built reproducibly.
This is because whilst the packaging does perform some cleanup after
running the test, it does not delete everything: it was missing
the deletion of the CURRENT, LOCK and MANIFEST-000000 files which
end up in the binary package... so if the tests aren't run, then
these files are missing from the binary package.
A patch is attached that removes these files after running the
tests so that package no longer varies depending on whether nocheck
is passed.
[0] https://reproducible-builds.org/
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
--- a/debian/rules 2025-12-10 11:31:02.829285599 -0800
--- b/debian/rules 2025-12-10 12:07:54.547642306 -0800
@@ -4,4 +4,4 @@
dh ${@} --builddirectory=_build --buildsystem=golang
execute_after_dh_auto_test:
- find _build -type f \( -name LOG -or -name '*.log' \) -delete
+ find _build -type f \( -name LOG -or -name '*.log' -or -name CURRENT
-or -name LOCK -or -name MANIFEST-000000 \) -delete
--- End Message ---
--- Begin Message ---
Source: golang-forgejo-forgejo-levelqueue
Source-Version: 1.0.0-4
Done: Daniel Baumann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
golang-forgejo-forgejo-levelqueue, 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.
Daniel Baumann <[email protected]> (supplier of updated
golang-forgejo-forgejo-levelqueue 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: Wed, 10 Dec 2025 23:11:14 +0100
Source: golang-forgejo-forgejo-levelqueue
Architecture: source
Version: 1.0.0-4
Distribution: sid
Urgency: medium
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Closes: 1122392
Changes:
golang-forgejo-forgejo-levelqueue (1.0.0-4) sid; urgency=medium
.
* Removing rules-requires-root, not needed anymore.
* Removing files generated during test suite to make the package build
reproducible, thanks to Chris Lamb <[email protected]> (Closes:
#1122392).
Checksums-Sha1:
f7bb93e278dd45c176ab1515aaea10498ae3afee 1691
golang-forgejo-forgejo-levelqueue_1.0.0-4.dsc
877f19a203ddadeb2d9bf214abfb5ccffc52fd8f 2228
golang-forgejo-forgejo-levelqueue_1.0.0-4.debian.tar.xz
9d5d01056ae45b1ff761ab7149c312e1d870a0b0 6323
golang-forgejo-forgejo-levelqueue_1.0.0-4_amd64.buildinfo
Checksums-Sha256:
3991dd9ae5db71b2b3b9a74bebe629b8ad5914c70f6fa48f0504b1a6880e4df1 1691
golang-forgejo-forgejo-levelqueue_1.0.0-4.dsc
2696a7b8dbec0f24186386cf686897418d9e0131ae42d1a0e35e4603557d79b2 2228
golang-forgejo-forgejo-levelqueue_1.0.0-4.debian.tar.xz
698da72c9b521104faebe248e625ba9d7bfca2c425f827b83267e608f4c82bea 6323
golang-forgejo-forgejo-levelqueue_1.0.0-4_amd64.buildinfo
Files:
9371f77e6ada510b8fb5d19ae8f8aa88 1691 golang optional
golang-forgejo-forgejo-levelqueue_1.0.0-4.dsc
28e093af39199da772e6c8f469f02d40 2228 golang optional
golang-forgejo-forgejo-levelqueue_1.0.0-4.debian.tar.xz
c3ac439684f6a551bb8a8f079bfc0657 6323 golang optional
golang-forgejo-forgejo-levelqueue_1.0.0-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQQmmGg4gLaoSj0ERgL7tPDoCoAiLwUCaTnwfwAKCRD7tPDoCoAi
Lwi5AQDFTShp+xFlW8SVMvs509MTpCumGNnQNVcRGToafFlhWAD/fEiteDBg9Zxd
jVaLWvcbNHT6yv+MnWA5FfkqigBXUwM=
=+pzb
-----END PGP SIGNATURE-----
pgpFhfDYhK94_.pgp
Description: PGP signature
--- End Message ---