debchange, debuild, dget, quilt: add pages (#4022)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
eb83f0ee73
commit
82f56cf95c
16
pages/linux/debuild.md
Normal file
16
pages/linux/debuild.md
Normal 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`
|
Reference in New Issue
Block a user