Skip to content

Commit

Permalink
Format the upload_check
Browse files Browse the repository at this point in the history
  • Loading branch information
handsome-feng committed Mar 16, 2020
1 parent 525379a commit aa3bed2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zh_CN/upload_check.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
每个软件包在release前,需要做好以下检查:
1. 纯净环境下是否编译通过:
[pbuilder](pbuilder.md) 或者 sbuild
使用[pbuilder](pbuilder.md) 或者sbuild

2. lintian检查是否通过:
* 自动调用
可以在pdebuild、debuild时自动调用,详见相关说明文件。
* 自动调用:
可以在pdebuild、debuild、sbuild时自动调用,详见相关说明文件。

* 手动处理
debuild、pdebuild编包后会生成foo-version.amd64.changes文件,对其运行lintian, 解决全部报告的"E"和"W",其他的标注尽量解决(常见lintian错误和解决方法):
* 手动处理:
debuild、pdebuild编包后会生成foo-version.amd64.changes文件,对其运行lintian, 解决全部报告的"E"和"W",其他的标注尽量解决(常见lintian错误和解决方法):
```
lintian -i -EvIL +pedantic --verbose foo-version.amd64.changes
```
Expand Down

0 comments on commit aa3bed2

Please sign in to comment.