绕过dh_strip

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

4
debian/control vendored

@ -43,6 +43,8 @@ Depends:${shlibs:Depends}, ${misc:Depends},
gcc,
zenity,
libc6-dev,
policykit-1
policykit-1,
tar,
xz-utils
Description: Spark Store
A community powered app store, based on DTK.

2
debian/rules vendored

@ -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

@ -37,6 +37,7 @@ case "$1" in
# Link sender module
echo "link the `arch` sender module... "
#gcc -Wformat -Wformat-security -Werror=format-security
tar -xvf /opt/durapps/spark-store/bin/ss-feedback/sender-d_`arch`.tar.xz -C /opt/durapps/spark-store/bin/ss-feedback/
ln -sf /opt/durapps/spark-store/bin/ss-feedback/sender-d_`arch` /opt/durapps/spark-store/bin/ss-feedback/sender-d

@ -24,6 +24,7 @@ if [ "$1" = "remove" ] || [ "$1" = "purge" ] ; then
# Remove Sender module
rm -f /opt/durapps/spark-store/bin/ss-feedback/sender-d
rm -f /opt/durapps/spark-store/bin/ss-feedback/sender-d_`arch`
# Remove residual symbol links to stop upgrade detect
rm -f /etc/xdg/autostart/spark-update-notifier.desktop

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.