debchange, debuild, dget, quilt: add pages (#4022)

This commit is contained in:
Pierre Rudloff
2020-05-14 17:07:23 +02:00
committed by Starbeamrainbowlabs
parent eb83f0ee73
commit 82f56cf95c
4 changed files with 76 additions and 0 deletions

16
pages/linux/debuild.md Normal file
View File

@@ -0,0 +1,16 @@
# 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`