chore: 尝试添加打包脚本

尝试添加了自动编译打包脚本,由于不会使用 dh_make 故每次需要手动更新打包信息。
This commit is contained in:
zty199
2021-06-29 21:52:41 +08:00
parent 10b758d8f3
commit 961d174bf7
16 changed files with 1025 additions and 0 deletions

9
debian/tmp/spark-store-install/feedback.sh vendored Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
echo "From:sparkstorefeedback@163.com
To:sparkstorefeedback@163.com
Subject: spark-store_3.0.2: $(lsb_release -a | grep "Description" | sed -e "s#\t#@#" | cut -d "@" -f 2)
$(uname -a)" | tee /tmp/spark-store-install/feedback.txt > /dev/null
curl -s --url "smtp://smtp.163.com" --mail-from "sparkstorefeedback@163.com" --mail-rcpt "sparkstorefeedback@163.com" --upload-file /tmp/spark-store-install/feedback.txt --user "sparkstorefeedback@163.com:YWYGLQNOPLWNNJJY"