Skip to content

Commit 4ac72c0

Browse files
author
Jirka Šilhán
committed
Fix generation of shlib deps file for debian packages - adds current version for correct transitive dependencies.
1 parent 4a4b3a6 commit 4ac72c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packaging/debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ override_dh_strip:
3232
sed -i s/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/ debian/cassandra-cpp-driver-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/*.pc
3333
sed -i s/@DEB_VERSION_UPSTREAM@/$(DEB_VERSION_UPSTREAM)/ debian/cassandra-cpp-driver-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/*.pc
3434

35+
override_dh_makeshlibs:
36+
dh_makeshlibs -V
37+
3538
override_dh_auto_test:
3639
override_dh_auto_clean:

0 commit comments

Comments
 (0)