mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 04:42:03 +08:00
绕过dh_strip
This commit is contained in:
4
debian/control
vendored
4
debian/control
vendored
@@ -43,6 +43,8 @@ Depends:${shlibs:Depends}, ${misc:Depends},
|
|||||||
gcc,
|
gcc,
|
||||||
zenity,
|
zenity,
|
||||||
libc6-dev,
|
libc6-dev,
|
||||||
policykit-1
|
policykit-1,
|
||||||
|
tar,
|
||||||
|
xz-utils
|
||||||
Description: Spark Store
|
Description: Spark Store
|
||||||
A community powered app store, based on DTK.
|
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 \
|
make -C $(CURDIR)/build install \
|
||||||
INSTALL_ROOT=$(CURDIR)/debian/spark-store
|
INSTALL_ROOT=$(CURDIR)/debian/spark-store
|
||||||
|
|
||||||
|
|
||||||
# Ignore the dpkg-shlibdeps: warning (it uses none of the library's symbols)
|
# Ignore the dpkg-shlibdeps: warning (it uses none of the library's symbols)
|
||||||
# Qt Mutidedia lib will ref to network libraray.
|
# Qt Mutidedia lib will ref to network libraray.
|
||||||
override_dh_shlibdeps:
|
override_dh_shlibdeps:
|
||||||
dh_shlibdeps --dpkg-shlibdeps-params=--warnings=0
|
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
|
# Link sender module
|
||||||
echo "link the `arch` sender module... "
|
echo "link the `arch` sender module... "
|
||||||
#gcc -Wformat -Wformat-security -Werror=format-security
|
#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
|
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
|
# 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
|
||||||
|
rm -f /opt/durapps/spark-store/bin/ss-feedback/sender-d_`arch`
|
||||||
|
|
||||||
# Remove residual symbol links to stop upgrade detect
|
# Remove residual symbol links to stop upgrade detect
|
||||||
rm -f /etc/xdg/autostart/spark-update-notifier.desktop
|
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.
Reference in New Issue
Block a user