修复打包器设置依赖无法生效的问题

This commit is contained in:
2024-07-31 18:10:18 +08:00
parent 86123c3358
commit 9b51368f9c
3 changed files with 18 additions and 13 deletions
+2 -2
View File
@@ -1590,7 +1590,7 @@ fi
Version: {e2_text.text()}
Architecture: {debInformation[debArch.currentIndex()]["Architecture"]}
Maintainer: {e4_text.text()}
Depends: {debInformation[debArch.currentIndex()]["Depends"]}
Depends: {debDepends.text()}
Section: non-free/otherosfs
Priority: optional
Multi-Arch: foreign
@@ -1602,7 +1602,7 @@ Description: {e3_text.text()}
Version: {e2_text.text()}
Architecture: {debInformation[debArch.currentIndex()]["Architecture"]}
Maintainer: {e4_text.text()}
Depends: {debInformation[debArch.currentIndex()]["Depends"]}
Depends: {debDepends.text()}
Recommends: {debRecommend.text()}
Section: non-free/otherosfs
Priority: optional