Your message dated Tue, 25 Aug 2026 17:11:06 +0000
with message-id <[email protected]>
and subject line Bug#1145383: Removed package(s) from unstable
has caused the Debian Bug report #1123005,
regarding golang-github-cznic-ql: 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.)


-- 
1123005: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123005
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: golang-github-cznic-ql
Version: 1.0.6-2
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-cznic-ql could not be built reproducibly.

This is because the testsuite generated a testdata.log file that ended
up in the binary package. This meant, therefore, that if the tests were
skipped (ie. via "nocheck") then the package would be differ as it would
be missing that file.

Patch attached that removes this file after running the tests.s

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/rules      2025-12-15 10:27:32.565975720 -0800
--- b/debian/rules      2025-12-15 10:37:35.604950537 -0800
@@ -8,6 +8,7 @@
 
 override_dh_auto_test:
        -dh_auto_test
+       rm -vf _build/src/github.com/cznic/ql/testdata.log
 
 override_dh_auto_install:
        dh_auto_install --destdir=debian/tmp

--- End Message ---
--- Begin Message ---
Version: 1.0.6-2+rm

Dear submitter,

as the package golang-github-cznic-ql has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1145383

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to