Karsten Schöke pushed to branch master at Debian Med / pycorrfit
Commits: 64b7a086 by Karsten Schöke at 2026-05-12T09:21:00+02:00 fix reproducible-build issue on documentation. - - - - - 4feb998f by Karsten Schöke at 2026-05-12T09:39:15+02:00 Update changelog for 1.3.1+nopack-4 release - - - - - 3 changed files: - debian/changelog - + debian/patches/docs-extensions-simple_gallery.py-reproducible-build.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +pycorrfit (1.3.1+nopack-4) unstable; urgency=medium + + * Team upload. + * fix reproducible-build issue on documentation. (Closes: #1136298) + + -- Karsten Schöke <[email protected]> Tue, 12 May 2026 09:37:37 +0200 + pycorrfit (1.3.1+nopack-3) unstable; urgency=medium * Team upload. ===================================== debian/patches/docs-extensions-simple_gallery.py-reproducible-build.patch ===================================== @@ -0,0 +1,23 @@ +From: =?utf-8?q?Karsten_Sch=C3=B6ke?= <[email protected]> +Date: Tue, 12 May 2026 08:23:16 +0200 +Subject: docs/extensions/simple_gallery.py reproducible-build + Make the build reproducible + +Forwarded: not-needed +--- + docs/extensions/simple_gallery.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/docs/extensions/simple_gallery.py b/docs/extensions/simple_gallery.py +index f298a45..2254643 100644 +--- a/docs/extensions/simple_gallery.py ++++ b/docs/extensions/simple_gallery.py +@@ -33,7 +33,7 @@ class SimpleGalleryDirective(Directive): + root = pathlib.Path(__file__).parent.parent + gpath = root / self.options["dir"] + files = [] +- for ff in gpath.glob("*"): ++ for ff in sorted(gpath.glob("*")): + if ff.suffix in [".png", "*.jpg"]: + files.append(ff.relative_to(root)) + return files ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ skip-test_fit_single_parameter-on-mips.patch use-local-inventory-references-for-intersphinx.patch +docs-extensions-simple_gallery.py-reproducible-build.patch View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/compare/d6817ec8250f526c037fb5cb5d71caed8427ee7e...4feb998f31f3f43acf6497e0143b7c07b06e80f0 -- View it on GitLab: https://salsa.debian.org/med-team/pycorrfit/-/compare/d6817ec8250f526c037fb5cb5d71caed8427ee7e...4feb998f31f3f43acf6497e0143b7c07b06e80f0 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
