[med-svn] [Git][med-team/biomaj3-download][master] attempt at reproducible build

Alexandre Detiste (@detiste-guest) gitlab at salsa.debian.org
Mon Aug 26 20:08:05 BST 2024



Alexandre Detiste pushed to branch master at Debian Med / biomaj3-download


Commits:
41778453 by Alexandre Detiste at 2024-08-26T21:07:28+02:00
attempt at reproducible build

- - - - -


2 changed files:

- + debian/patches/locale-sensitive.patch
- + debian/patches/series


Changes:

=====================================
debian/patches/locale-sensitive.patch
=====================================
@@ -0,0 +1,11 @@
+--- a/biomaj_download/download/rsync.py
++++ b/biomaj_download/download/rsync.py
+@@ -134,7 +134,7 @@
+                 continue
+             date = parts[2].split('/')
+             rfile['permissions'] = parts[0]
+-            rfile['size'] = int(parts[1].replace(',', ''))
++            rfile['size'] = int(parts[1].replace(',', '').replace('.', ''))
+             rfile['month'] = int(date[1])
+             rfile['day'] = int(date[2])
+             rfile['year'] = int(date[0])


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+locale-sensitive.patch



View it on GitLab: https://salsa.debian.org/med-team/biomaj3-download/-/commit/41778453d5c6b2f860d983e1307aecc837af9368

-- 
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-download/-/commit/41778453d5c6b2f860d983e1307aecc837af9368
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240826/7baf21ee/attachment.htm>


More information about the debian-med-commit mailing list