[med-svn] [Git][med-team/scikit-bio-binaries][master] 2 commits: Upload to unstable
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Jul 1 07:14:13 BST 2026
Andreas Tille pushed to branch master at Debian Med / scikit-bio-binaries
Commits:
e997f1e8 by Andreas Tille at 2026-06-19T16:49:31+02:00
Upload to unstable
- - - - -
2664f640 by Andreas Tille at 2026-07-01T08:13:58+02:00
Build reproducibly
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/reproducible.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,11 @@
-scikit-bio-binaries (1.0.3-1) UNRELEASED; urgency=medium
+scikit-bio-binaries (1.0.3-2) UNRELEASED; urgency=medium
+
+ * Build reproducibly
+
+ -- Andreas Tille <tille at debian.org> Wed, 01 Jul 2026 08:13:47 +0200
+
+scikit-bio-binaries (1.0.3-1) unstable; urgency=medium
* Initial release (Closes: #1140298)
- -- Andreas Tille <tille at debian.org> Fri, 19 Jun 2026 09:41:00 +0200
+ -- Andreas Tille <tille at debian.org> Fri, 19 Jun 2026 16:48:49 +0200
=====================================
debian/patches/reproducible.patch
=====================================
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: 2026-07-01
+Description: Build reprocucibly
+
+--- a/src/tools/skbb_generate_helper.py
++++ b/src/tools/skbb_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
=====================================
@@ -2,3 +2,4 @@ openblas.patch
no_install.patch
shared-lib.patch
hardening.patch
+reproducible.patch
View it on GitLab: https://salsa.debian.org/med-team/scikit-bio-binaries/-/compare/d75a724cb5af491f1ac0154934d4418f29db577f...2664f64088383e2220550f4e9b9b7c670da982bd
--
View it on GitLab: https://salsa.debian.org/med-team/scikit-bio-binaries/-/compare/d75a724cb5af491f1ac0154934d4418f29db577f...2664f64088383e2220550f4e9b9b7c670da982bd
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/20260701/8892a54e/attachment-0001.htm>
More information about the debian-med-commit
mailing list