debuild: add Chinese translation (#5801)

This commit is contained in:
Tiny 2021-04-24 13:14:36 +00:00 committed by GitHub
parent 677a3bcbcb
commit 521c8cd748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
pages.zh/linux/debuild.md Normal file
View File

@ -0,0 +1,16 @@
# debuild
> 从源代码构建 `Debian` 软件包的工具。
> 更多信息:<https://manpages.debian.org/debuild>.
- 在当前目录中生成软件包:
`debuild`
- 仅构建二进制包:
`debuild -b`
- 生成软件包后,不运行 `lintian` (检查常见打包错误):
`debuild --no-lintian`