Files
tldr/pages.zh/linux/debuild.md

16 lines
243 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# debuild
> 从源代码构建 Debian 包。
> 更多信息:<https://manned.org/debuild.1>。
- 在当前目录中构建包:
`debuild`
- 仅构建二进制包:
`debuild -b`
- 构建包后不运行 lintian
`debuild --no-lintian`