chore:更新debian信息

This commit is contained in:
2025-06-19 00:35:38 +08:00
parent b68029f5db
commit 196ae84eb5
13 changed files with 140 additions and 20 deletions

5
debian/changelog vendored Normal file
View File

@@ -0,0 +1,5 @@
spark-update-tool (1.0.0-1) unstable; urgency=low
* Initial release.
-- momen <vmomenv@gmail.com> Wed, 18 Jun 2025 00:00:00 +0000

1
debian/compat vendored Normal file
View File

@@ -0,0 +1 @@
9

12
debian/control vendored Normal file
View File

@@ -0,0 +1,12 @@
Source: spark-update-tool
Section: utils
Priority: optional
Maintainer: momen <vmomenv@gmail.com>
Build-Depends: debhelper (>= 9),qt6-base-dev
Standards-Version: 3.9.6
Homepage: https://gitee.com/spark-store-project/Spark-Update-Tool
Package: spark-update-tool
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A Qt-based application for managing tasks and reminders.

7
debian/copyright vendored Normal file
View File

@@ -0,0 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: spark-update-tool
Source: https://gitee.com/spark-store-project/Spark-Update-Tool
Files: *
Copyright: 2025, momen <vmomenv@gmail.com>
License: GPL-3.0+

2
debian/install vendored Normal file
View File

@@ -0,0 +1,2 @@
build/spark-update-tool /usr/bin/
spark-update-tool.desktop /usr/share/applications

9
debian/momodesk-mind.desktop vendored Normal file
View File

@@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Name=spark-update-tool
Comment=A Qt-based application for managing tasks and reminders
Exec=/usr/bin/spark-update-tool
Icon=/usr/share/spark-update-tool/img/momen.jpg
Terminal=false
Type=Application
Categories=Utility;

11
debian/postrm vendored Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
set -e
case "$1" in
purge)
rm -rf /usr/share/spark-update-tool
;;
esac
exit 0

7
debian/rules vendored Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr

1
debian/source/format vendored Normal file
View File

@@ -0,0 +1 @@
3.0 (native)