[med-svn] [Git][med-team/unifrac-tools][master] Build reproducibly
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jul 2 15:00:41 BST 2026
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 <tille at debian.org> 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 <tille at debian.org>
+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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260702/d1f7aff6/attachment-0001.htm>
More information about the debian-med-commit
mailing list