mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-20 04:22:21 +08:00
绕过dh_strip
This commit is contained in:
parent
07eaebf483
commit
2867cf0500
4
debian/control
vendored
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
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
|
||||
|
||||
|
1
debian/spark-store.postinst
vendored
1
debian/spark-store.postinst
vendored
@ -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
|
||||
|
||||
|
||||
|
1
debian/spark-store.prerm
vendored
1
debian/spark-store.prerm
vendored
@ -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.
BIN
tool/ss-feedback/sender-d_aarch64.tar.xz
Normal file
BIN
tool/ss-feedback/sender-d_aarch64.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
BIN
tool/ss-feedback/sender-d_x86_64.tar.xz
Normal file
BIN
tool/ss-feedback/sender-d_x86_64.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user