#1057710 python-aiostream: please make the build reproducible

#1057710#5
Date:
2023-12-07 12:32:19 UTC
From:
To:
Hi,

Whilst working on the Reproducible Builds effort [0], we noticed that
python-aiostream could not be built reproducibly.

This is because the code to drop the cov-generated files was missing
another wildcard:
--- a/debian/rules	2023-12-07 12:25:27.150528838 +0000
--- b/debian/rules	2023-12-07 12:31:09.076010951 +0000
@@ -5,5 +5,5 @@

 execute_after_dh_python3:
 	# Drop cov-generated files
-	rm -fv debian/*/usr/lib/python3/dist-packages/.coverage
+	rm -fv debian/*/usr/lib/python3*/dist-packages/.coverage
-	rm -fvr debian/*/usr/lib/python3/dist-packages/htmlcov
+	rm -fvr debian/*/usr/lib/python3*/dist-packages/htmlcov

Patch also attached.

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


Regards,

#1057710#14
Date:
2025-09-28 12:58:58 UTC
From:
To:
close 1057710 0.5.2-2
thanks