[med-svn] [Git][med-team/macs][master] 3 commits: fix FTBFS with new Cython (Closes: #1120217)

Alexandre Detiste (@detiste-guest) gitlab at salsa.debian.org
Sat Nov 29 13:48:57 GMT 2025



Alexandre Detiste pushed to branch master at Debian Med / macs


Commits:
7321285f by Alexandre Detiste at 2025-11-29T14:46:52+01:00
fix FTBFS with new Cython (Closes: #1120217)

- - - - -
53b96fb5 by Alexandre Detiste at 2025-11-29T14:47:28+01:00
bump Standards-Version to 4.7.2

- - - - -
1bfb6886 by Alexandre Detiste at 2025-11-29T14:47:48+01:00
drop "Rules-Requires-Root": it is the default now

- - - - -


3 changed files:

- debian/control
- + debian/patches/long_is_not_defined.patch
- debian/patches/series


Changes:

=====================================
debian/control
=====================================
@@ -19,11 +19,10 @@ Build-Depends: debhelper-compat (= 13),
                help2man,
                procps,
                bc
-Standards-Version: 4.6.2
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/med-team/macs
 Vcs-Git: https://salsa.debian.org/med-team/macs.git
 Homepage: https://github.com/taoliu/MACS/
-Rules-Requires-Root: no
 
 Package: macs
 Architecture: any


=====================================
debian/patches/long_is_not_defined.patch
=====================================
@@ -0,0 +1,11 @@
+--- a/MACS3/Signal/HMMR_EM.pyx
++++ b/MACS3/Signal/HMMR_EM.pyx
+@@ -224,7 +224,7 @@
+                                              # is for storing
+                                              # intermediate values for
+                                              # the online algorithm
+-        c = np.zeros(3, dtype=long)          # for each category, __c
++        c = np.zeros(3, dtype=int)           # for each category, __c
+                                              # is for storing
+                                              # intermediate values for
+                                              # the online algorithm


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 keep_debug
 simde.patch
+long_is_not_defined.patch



View it on GitLab: https://salsa.debian.org/med-team/macs/-/compare/730fd174f2a805487ec302d12e3abde90ba69722...1bfb6886d0839376dae142e3bd5b44fab7d785fd

-- 
View it on GitLab: https://salsa.debian.org/med-team/macs/-/compare/730fd174f2a805487ec302d12e3abde90ba69722...1bfb6886d0839376dae142e3bd5b44fab7d785fd
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/20251129/27666ccc/attachment-0001.htm>


More information about the debian-med-commit mailing list