Skip to content

Commit 7dab135

Browse files
authored
Merge pull request #440 from jirkasilhan/fix-shlibs-deps
Fix generation of shlib deps file for debian packages
2 parents 5faaeb9 + 4ac72c0 commit 7dab135

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)