feat: 添加 deb 打包支持
- 新增 build-deb.sh 一键构建脚本,产物输出到 release/ 目录 - 修复 debian/control 依赖:libdde-shell-dev, qt6-l10n-tools,移除已废弃的 deepin-graphics-driver-manager - 删除 debian/compat(与 debhelper-compat 冲突) - 添加 debian/source/format (3.0 quilt) - 更新 changelog 至 1.0.1-1 - 完善 .gitignore 忽略 debian 构建临时文件
This commit is contained in:
+17
-1
@@ -1,5 +1,21 @@
|
||||
# CMake 构建产物
|
||||
build/
|
||||
.cache/
|
||||
build-deb/
|
||||
obj-*/
|
||||
|
||||
# Debian 打包产物
|
||||
release/
|
||||
debian/.debhelper/
|
||||
debian/dde-graphics-driver-applet/
|
||||
debian/debhelper-build-stamp
|
||||
debian/files
|
||||
debian/*.substvars
|
||||
|
||||
# 编译中间文件
|
||||
*.o
|
||||
*.so
|
||||
*.qm
|
||||
|
||||
# 编辑器/工具
|
||||
.cache/
|
||||
.opencode/
|
||||
|
||||
Reference in New Issue
Block a user