Control: tags -1 patch

On Sun, 26 Nov 2023 10:05:14 +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 package still fails to build due to cmake errors:

 CMake Error at cmake/modules/CTags.cmake:19 (string):
   string sub-command REPLACE requires at least four arguments.
 Call Stack (most recent call first):
   CMakeLists.txt:715 (add_tags)


 CMake Error at cmake/modules/CTags.cmake:22 (string):
   string sub-command REPLACE requires at least four arguments.
 Call Stack (most recent call first):
   CMakeLists.txt:715 (add_tags)

Kind Regards,

Bas

--
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
diff -Nru ceph-16.2.11+ds/debian/changelog ceph-16.2.11+ds/debian/changelog
--- ceph-16.2.11+ds/debian/changelog    2023-10-09 08:53:31.000000000 +0200
+++ ceph-16.2.11+ds/debian/changelog    2023-12-09 18:38:58.000000000 +0100
@@ -1,3 +1,10 @@
+ceph (16.2.11+ds-5.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to cython3-legacy.
+
+ -- Bas Couwenberg <sebas...@debian.org>  Sat, 09 Dec 2023 18:38:58 +0100
+
 ceph (16.2.11+ds-5) unstable; urgency=high
 
   * CVE-2023-43040: security issue with RGW with improperly verified POST keys.
diff -Nru ceph-16.2.11+ds/debian/control ceph-16.2.11+ds/debian/control
--- ceph-16.2.11+ds/debian/control      2023-10-09 08:53:31.000000000 +0200
+++ ceph-16.2.11+ds/debian/control      2023-12-09 18:38:58.000000000 +0100
@@ -9,7 +9,7 @@
  Thomas Goirand <z...@debian.org>,
 Build-Depends:
  cmake,
- cython3,
+ cython3-legacy,
  debhelper-compat (= 11),
  default-jdk,
  dh-exec,

Reply via email to