[Debian-med-packaging] Bug#1056813: macs: ftbfs with cython 3.0.x

Sebastiaan Couwenberg sebastic at xs4all.nl
Sun Dec 10 06:45:10 GMT 2023


Control: tags -1 patch

On Sun, 26 Nov 2023 10:05:37 +0000 Matthias Klose wrote:
> If the package cannot be built with cython 3.0.5, please change the
> build dependency from cython3 to cython3-legacy (available now in
> unstable).  There is no replacement for cython3-dbg.

The attached patch switches to cython3-legacy as the short term workaround.

The build still fails due to #1055692.

Kind Regards,

Bas

-- 
  GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
-------------- next part --------------
diff -Nru macs-2.2.9.1/debian/changelog macs-2.2.9.1/debian/changelog
--- macs-2.2.9.1/debian/changelog	2023-08-09 12:18:49.000000000 +0200
+++ macs-2.2.9.1/debian/changelog	2023-12-10 07:36:06.000000000 +0100
@@ -1,3 +1,10 @@
+macs (2.2.9.1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 10 Dec 2023 07:36:06 +0100
+
 macs (2.2.9.1-1) unstable; urgency=medium
 
   * New upstream release. Closes: #1042180, #1041203
diff -Nru macs-2.2.9.1/debian/control macs-2.2.9.1/debian/control
--- macs-2.2.9.1/debian/control	2023-08-09 12:18:31.000000000 +0200
+++ macs-2.2.9.1/debian/control	2023-12-10 07:36:06.000000000 +0100
@@ -11,7 +11,7 @@
                python3-setuptools,
                python3-pip,
                python3-pytest,
-               cython3,
+               cython3-legacy,
                help2man,
                procps
 Standards-Version: 4.6.2


More information about the Debian-med-packaging mailing list