1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages.zh/linux/debuild.md

314 B

debuild

从源代码构建 Debian 软件包的工具。 更多信息: https://manpages.debian.org/debuild.

  • 在当前目录中生成软件包:

debuild

  • 仅构建二进制包:

debuild -b

  • 生成软件包后,不运行 lintian(检查常见打包错误):

debuild --no-lintian