Merge remote-tracking branch 'update-tool/dev' into Thunder

This commit is contained in:
2025-07-29 15:14:27 +08:00
30 changed files with 2592 additions and 3 deletions

10
debian/rules vendored
View File

@@ -1,5 +1,6 @@
#!/usr/bin/make -f
<<<<<<< HEAD
include /usr/share/dpkg/default.mk
export QT_SELECT = qt6
@@ -33,4 +34,11 @@ override_dh_auto_configure:
override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--warnings=0 --exclude=opt/durapps/spark-store/bin/ss-feedback/
override_dh_strip:
dh_strip --exclude=opt/durapps/spark-store/bin/ss-feedback/
dh_strip --exclude=opt/durapps/spark-store/bin/ss-feedback/
=======
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr
>>>>>>> update-tool/dev