Andreas Tille pushed to branch master at Debian Med / unifrac-tools
Commits: c0dae05d by Andreas Tille at 2026-07-02T16:00:34+02:00 Build reproducibly - - - - - 3 changed files: - debian/changelog - + debian/patches/reproducible-build.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +unifrac-tools (1.6.1-2) UNRELEASED; urgency=medium + + * Build reproducibly + + -- Andreas Tille <[email protected]> Thu, 02 Jul 2026 16:00:27 +0200 + unifrac-tools (1.6.1-1) unstable; urgency=medium [ Andreas Tille ] ===================================== debian/patches/reproducible-build.patch ===================================== @@ -0,0 +1,15 @@ +Author: Andreas Tille <[email protected]> +Last-Update: 2026-07-02 +Description: Build reproducibly + +--- a/src/ssu_generate_helper.py ++++ b/src/ssu_generate_helper.py +@@ -234,7 +234,7 @@ def print_body(method,lines,nmspace): + line = lines[i] + i+=1 + +- for ft in ftypes: ++ for ft in sorted(ftypes): + print_func_args(method,ftype,nmspace,fname,ft,fargs) + print(''); + ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ soname.patch baseline.patch enable_linking_to_shared_hdf5_lib.patch hardening.patch +reproducible-build.patch View it on GitLab: https://salsa.debian.org/med-team/unifrac-tools/-/commit/c0dae05d3f3392787f768751fa4136f49bee7bec -- View it on GitLab: https://salsa.debian.org/med-team/unifrac-tools/-/commit/c0dae05d3f3392787f768751fa4136f49bee7bec 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
