From 57b722ea4a86fff6fe4c6ce26d331db9ca75292e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 7 May 2023 19:51:01 +0200 Subject: [PATCH] refresh debian/control --- debian/control | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 873b4153..dbdbc142 100644 --- a/debian/control +++ b/debian/control @@ -35,8 +35,8 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build, Build-Conflicts: oprofile Standards-Version: 4.6.2 Homepage: https://www.llvm.org/ -Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 16 -Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/16 +Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b snapshot +Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/snapshot # ------------- clang ------------- @@ -168,7 +168,8 @@ Description: Clang library - Development package Package: libclang-common-17-dev Architecture: all Section: libdevel -Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm17 (>= ${source:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm17 (>= ${source:Version}), + libllvm17 (<< ${source:Version}.1~) Recommends: libclang-rt-17-dev (>= 1:16~++20230115053056+df5fc4504b86-1~exp1) Description: Clang library - Common development package Clang project is a C, C++, Objective C and Objective C++ front-end