diff --git a/debian/rules b/debian/rules index 6d2f4498..7e4f0f3f 100755 --- a/debian/rules +++ b/debian/rules @@ -719,8 +719,8 @@ stamps/preconfigure: # workaround the breaks/replaces/conflicts introduced with the libc++ move # we update the version to make it work with apt.llvm.org # Yeah, this is ugly but I don't know how to do better - if test "$(LLVM_VERSION)" = "17"; then \ - sed -i -e "s|(<< 1:17.0.6-2)|(<< 1:17.0.6~++20231206041259)|g" debian/control; \ + if test "$(LLVM_VERSION)" = "19"; then \ + sed -i -e "s|(<< 1:19.1.0~++rc3-1~exp2)|(<< 1:19.1.0~++20240910033111)|g" debian/control; \ fi # llvm-spirv was found, so we can enable *.spv files. Debian