绕过dh_strip

This commit is contained in:
2023-03-08 18:55:02 +08:00
parent 07eaebf483
commit 2867cf0500
8 changed files with 7 additions and 1 deletions

2
debian/rules vendored
View File

@@ -30,7 +30,9 @@ override_dh_auto_install:
make -C $(CURDIR)/build install \
INSTALL_ROOT=$(CURDIR)/debian/spark-store
# Ignore the dpkg-shlibdeps: warning (it uses none of the library's symbols)
# Qt Mutidedia lib will ref to network libraray.
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--warnings=0