2025-03-14 21:59:59 -06:00
|
|
|
# debuild
|
|
|
|
|
|
|
|
|
|
> 从源代码构建 `Debian` 软件包的工具。
|
2026-02-18 06:55:01 -07:00
|
|
|
> 更多信息:<https://manned.org/debuild>。
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 在当前目录中生成软件包:
|
|
|
|
|
|
|
|
|
|
`debuild`
|
|
|
|
|
|
|
|
|
|
- 仅构建二进制包:
|
|
|
|
|
|
|
|
|
|
`debuild -b`
|
|
|
|
|
|
|
|
|
|
- 生成软件包后,不运行 `lintian`(检查常见打包错误):
|
|
|
|
|
|
|
|
|
|
`debuild --no-lintian`
|