* Fix typo in dh_makeshlibs calls.

This commit is contained in:
Matthias Klose 2024-09-18 17:28:06 +02:00
parent f4bc1295e2
commit 80784a2567
2 changed files with 9 additions and 3 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
llvm-toolchain-19 (1:19.1.0-3) unstable; urgency=medium
* Fix typo in dh_makeshlibs calls.
-- Matthias Klose <doko@debian.org> Wed, 18 Sep 2024 17:26:29 +0200
llvm-toolchain-19 (1:19.1.0-2) unstable; urgency=medium
* Call dh_makeshlibs with the version of the first upstream

6
debian/rules vendored
View File

@ -1431,11 +1431,11 @@ override_dh_makeshlibs:
dh_makeshlibs -plibclang$(SONAME_EXT)-$(LLVM_VERSION) \
'-Vlibclang$(SONAME_EXT)-$(LLVM_VERSION) (>= 1:19.1.0)'
dh_makeshlibs -pliblldb-$(LLVM_VERSION) \
'-V (liblldb-$(LLVM_VERSION) >= 1:19.1.0)'
'-Vliblldb-$(LLVM_VERSION) (>= 1:19.1.0)'
dh_makeshlibs -plibllvm$(LLVM_VERSION) \
'-V (libllvm$(LLVM_VERSION) >= 1:19.1.0)'
'-Vlibllvm$(LLVM_VERSION) (>= 1:19.1.0)'
dh_makeshlibs -plibomp$(SONAME_OPENMP)-$(LLVM_VERSION) \
'-V (libomp$(SONAME_OPENMP)-$(LLVM_VERSION) >= 1:19.1.0)'
'-Vlibomp$(SONAME_OPENMP)-$(LLVM_VERSION) (>= 1:19.1.0)'
dh_makeshlibs --remaining-packages -V
override_dh_shlibdeps: