LinuxCommandLibrary

debuild

Tool to build a Debian package from source.

TLDR

Build the package in the current directory

$ debuild
copy


Build a binary package only
$ debuild -b
copy


Do not run lintian after building the package
$ debuild --no-lintian
copy

Copied to clipboard