diff --git a/debian/changelog b/debian/changelog index 52a4384b..58aa7a63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-18 (1:18.1.8-8) unstable; urgency=medium + + * Fix breaks/replaces (Closes: #1077587) + + -- Sylvestre Ledru Tue, 30 Jul 2024 10:48:59 +0200 + llvm-toolchain-18 (1:18.1.8-7) unstable; urgency=medium * Unbreak the cmake tools diff --git a/debian/control b/debian/control index e5af866e..774a7eee 100644 --- a/debian/control +++ b/debian/control @@ -347,8 +347,8 @@ Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same -Breaks: llvm-18-dev (<< 1:18.1.8-4) -Replaces: llvm-18-dev (<< 1:18.1.8-4) +Breaks: llvm-18-dev (<< 1:18.1.8-8) +Replaces: llvm-18-dev (<< 1:18.1.8-8) Description: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other diff --git a/debian/control.in b/debian/control.in index 73ba6ea2..901b7daa 100644 --- a/debian/control.in +++ b/debian/control.in @@ -347,8 +347,8 @@ Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same -Breaks: llvm-@LLVM_VERSION@-dev (<< 1:18.1.8-4) -Replaces: llvm-@LLVM_VERSION@-dev (<< 1:18.1.8-4) +Breaks: llvm-@LLVM_VERSION@-dev (<< 1:18.1.8-8) +Replaces: llvm-@LLVM_VERSION@-dev (<< 1:18.1.8-8) Description: Modular compiler and toolchain technologies, runtime library LLVM is a collection of libraries and tools that make it easy to build compilers, optimizers, just-in-time code generators, and many other diff --git a/debian/rules b/debian/rules index f1215c35..5e6d72fa 100755 --- a/debian/rules +++ b/debian/rules @@ -683,7 +683,7 @@ stamps/preconfigure: # Yeah, this is ugly but I don't know how to do better if test "$(LLVM_VERSION)" = "18"; then \ if echo $(LLVM_VERSION_SNAPSHOT)| grep -q "~++"; then \ - sed -i -e "s| (<< 1:18.1.8-4)|(<< 1:18.1.8~++20240717045021)|g" debian/control; \ + sed -i -e "s| (<< 1:18.1.8-8)|(<< 1:18.1.8~++20240730104741)|g" debian/control; \ fi; \ fi