Browse Source

ci: debian packaging use soname template instead of fixed number

Stefan Profanter 4 years ago
parent
commit
89f2a52edc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/rules-template

+ 1 - 1
debian/rules-template

@@ -11,7 +11,7 @@ override_dh_auto_test:
 	dh_auto_test -- ARGS+=--output-on-failure
 
 override_dh_strip:
-	dh_strip --dbg-package=libopen62541-1-dbg
+	dh_strip --dbg-package=libopen62541-<soname>-dbg
 
 %:
 	dh $@ --buildsystem=cmake --parallel