Source: opencolorio Version: 2.1.2+dfsg1-4 Severity: important tags: patch
Hello, looks like the new yaml-cpp version is making the embedded cmake fail to
detect it.
An easy workaround/patch is the following:
diff -Nru opencolorio-2.1.2+dfsg1/debian/rules
opencolorio-2.1.2+dfsg1/debian/rules
--- opencolorio-2.1.2+dfsg1/debian/rules 2022-12-04 20:34:15.000000000
+0000
+++ opencolorio-2.1.2+dfsg1/debian/rules 2023-08-22 16:40:28.000000000
+0000
@@ -12,6 +12,10 @@
%:
dh $@ -Scmake -B$(BLDDIR) --with python3
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -f share/cmake/modules/Findyaml-cpp.cmake
+
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=Release \
thanks for considering it, this bug will become serious once yaml-cpp
transition is ack'd by Release Team
G.
OpenPGP_signature
Description: OpenPGP digital signature
