From 1ae02d695cb4ac802861c74f64dcab74ce01eadf Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 18 May 2023 18:47:06 +0100 Subject: [PATCH] Fix library dependencies for OBS Debian packages There was a reason I used the dpkg-symversions(1) file format for the unit test... Signed-off-by: David Woodhouse --- .obs/debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.obs/debian/rules b/.obs/debian/rules index 27a2b810..c8c2126e 100755 --- a/.obs/debian/rules +++ b/.obs/debian/rules @@ -22,3 +22,7 @@ override_dh_installchangelogs: override_dh_compress: dh_compress -Xhtml/changelog.html + +override_dh_makeshlibs: + dh_makeshlibs + dpkg-gensymbols -plibopenconnect5 -Ilibopenconnect5.symbols -- 2.50.1