Your message dated Thu, 29 Dec 2022 17:04:59 +0000
with message-id <e1pawkx-005wb4...@fasolo.debian.org>
and subject line Bug#1027109: Removed package(s) from unstable
has caused the Debian Bug report #1024352,
regarding pykafka: 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 ow...@bugs.debian.org
immediately.)


-- 
1024352: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1024352
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pykafka
Version: 2.7.0-2.1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpaths
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
pykafka could not be built reproducibly.

This is because it ships coverage.xml and .coverage files in the
binary package which contain non-deterministic contents. These
files were also not included if the testsuite was not run, too.

Patch attached that deletes these files after running the tests.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2022-11-18 07:54:00.259645896 +0000
--- b/debian/rules      2022-11-18 08:00:24.842832228 +0000
@@ -5,7 +5,7 @@
 
 export PYBUILD_NAME=pykafka
 export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir}/
-export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests
+export PYBUILD_AFTER_TEST=rm -rf {build_dir}/tests {build_dir}/coverage.xml 
{build_dir}/.coverage
 export PYBUILD_DISABLE_python2=1
 export PYBUILD_TEST_ARGS_python3=tests \
        --ignore=tests/pykafka/rdkafka/test_rd_kafka_consumer.py \

--- End Message ---
--- Begin Message ---
Version: 2.7.0-2.1+rm

Dear submitter,

as the package pykafka 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/1027109

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
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to