Source: pygame-sdl2 Version: 8.1.3-1 Severity: normal Tags: ftbfs X-Debbugs-Cc: [email protected]
Dear Maintainer, pygame-sdl2 will FTBFS with the current incarnation of cython3. Switching to cython3-legacy produces a passing build. Confirmed building with this change on sid and Ubuntu noble. --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Markus Koschany <[email protected]> Build-Depends: - cython3, + cython3-legacy, debhelper-compat (= 13), dh-sequence-python3, libsdl2-dev, -Dan

