Skip to content

Latest commit

History

History
16 lines (9 loc) 路 294 Bytes

debuild.md

File metadata and controls

16 lines (9 loc) 路 294 Bytes

debuild

Tool to build a Debian package from source. More information: https://manpages.debian.org/debuild.

  • Build the package in the current directory:

debuild

  • Build a binary package only:

debuild -b

  • Do not run lintian after building the package:

debuild --no-lintian