From 9b316ef1677602a7c6c59a810662eae825f6474c Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 1 Aug 2019 18:57:29 +0200 Subject: [PATCH] Fix wrong generation of libomp5 dependency instead of libomp5-X one (this is an issue when you explicitly want a libomp-X instead of the latest libomp-X+1, since they aren't coinstallable) --- debian/libomp5-X.Y.symbols.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/libomp5-X.Y.symbols.in b/debian/libomp5-X.Y.symbols.in index 1889b329..dd582e58 100644 --- a/debian/libomp5-X.Y.symbols.in +++ b/debian/libomp5-X.Y.symbols.in @@ -1,4 +1,4 @@ -libomp.so.5 libomp5 #MINVER# +libomp.so.5 libomp5-@LLVM_VERSION@ #MINVER# GOMP_1.0@GOMP_1.0 0.20131209 GOMP_2.0@GOMP_2.0 0.20131209 GOMP_3.0@GOMP_3.0 0.20131209