Your message dated Thu, 21 Dec 2023 15:15:05 +0000 with message-id <[email protected]> and subject line Re: Bug#1055919: marked as pending in dh-python has caused the Debian Bug report #1055919, regarding python-ansible-pygments: 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.) -- 1055919: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055919 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: python-ansible-pygments Version: 0.1.1-6 Severity: wishlist Tags: patch User: [email protected] Usertags: timestamps X-Debbugs-Cc: [email protected] Hi, Whilst working on the Reproducible Builds effort [0], we noticed that python-ansible-pygments could not be built reproducibly. This is because the binary package included .pytest_cache and .test-results directories. Patch attached that removes these after running the tests. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] / chris-lamb.co.uk `---- a/debian/rules 2023-11-14 09:25:37.237065158 +0000 --- b/debian/rules 2023-11-14 09:28:11.611381883 +0000 @@ -4,3 +4,6 @@ %: dh $@ --buildsystem=pybuild + +execute_after_dh_auto_test: + find .pybuild -type d \( -name .pytest_cache -or -name .test-results \) -print0 | xargs -0r rm -rfv
--- End Message ---
--- Begin Message ---Hey Guilherme, > Can you check if the new version of dh-python resolves this reported > bug? And if you decide to close this bug? The new version of dh-python does indeed resolve this problem. I'm therefore closing this bug as requested. :) Regards, -- ,''`. : :' : Chris Lamb `. `'` [email protected] 🍥 chris-lamb.co.uk `-
--- End Message ---

